2022-11-25 04:38:57 +00:00
|
|
|
# Portage - package.mask
|
2022-05-22 00:26:27 +01:00
|
|
|
|
2022-12-29 09:19:06 +00:00
|
|
|
# Copyright 2022-2023 Inference
|
|
|
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
2022-11-25 04:38:57 +00:00
|
|
|
|
2023-01-02 10:57:06 +00:00
|
|
|
# 2.0.0.3
|
2022-05-22 00:26:27 +01:00
|
|
|
|
|
|
|
|
2023-01-02 10:57:06 +00:00
|
|
|
# Global
|
2022-05-19 22:41:11 +01:00
|
|
|
#*/*x11*
|
|
|
|
#*/*xorg*
|
2022-12-29 09:19:06 +00:00
|
|
|
## sudo is a security risk due to overly complex configuration; doas is a superior alternative with
|
|
|
|
## simple configuration.
|
2022-05-19 22:41:11 +01:00
|
|
|
app-admin/sudo
|
2022-12-29 09:19:06 +00:00
|
|
|
## Hikari frequently loses connection to Wayland server and kills open processes.
|
2022-05-19 22:41:11 +01:00
|
|
|
gui-wm/hikari
|
2022-11-25 04:47:37 +00:00
|
|
|
## llvm-libunwind is an LLVM-optimised alternative to libunwind.
|
2022-05-19 22:41:11 +01:00
|
|
|
sys-libs/libunwind
|
2023-01-02 10:48:44 +00:00
|
|
|
## 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.
|
2022-06-25 03:15:20 +01:00
|
|
|
www-client/firefox
|
2023-01-02 10:57:06 +00:00
|
|
|
|
|
|
|
# Gentoo
|
|
|
|
## Gentoo kernels are often behind with updates for lengthy periods of time; this is unacceptable
|
|
|
|
## for high-security systems.
|
|
|
|
sys-kernel/*-kernel::gentoo
|
|
|
|
sys-kernel/*-kernel-bin::gentoo
|
|
|
|
sys-kernel/*-sources::gentoo
|
|
|
|
## Downloading entire linux-firmware package when only a small amount of firmware files are required
|
|
|
|
## is a waste of bandwidth; switched to in-house linux-firmware package which contains only required
|
|
|
|
## firmware files.
|
|
|
|
sys-kernel/linux-firmware::gentoo
|