24 lines
761 B
Plaintext
24 lines
761 B
Plaintext
# Portage - package.mask
|
|
|
|
# Copyright 2022-2023 Inference
|
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
|
|
# 1.0.0.2
|
|
|
|
|
|
# Global.
|
|
#*/*x11*
|
|
#*/*xorg*
|
|
## sudo is a security risk due to overly complex configuration; doas is a superior alternative with
|
|
## simple configuration.
|
|
app-admin/sudo
|
|
## Hikari frequently loses connection to Wayland server and kills open processes.
|
|
gui-wm/hikari
|
|
## llvm-libunwind is an LLVM-optimised alternative to libunwind.
|
|
sys-libs/libunwind
|
|
## Chromium is incompatible with musl, and patches to make it compatible are unmaintainable.
|
|
www-client/chromium
|
|
## Firefox includes unnecessary features for a web browser, and its practices are questionable;
|
|
## LibreWolf is a minimal alternative which strips these features.
|
|
www-client/firefox
|