Add licensing. Add versioning system. Add reasons via comments to each masked package.
This commit is contained in:
parent
98a84f95b5
commit
0af161e58d
@ -1,12 +1,22 @@
|
|||||||
# Portage package.mask
|
# Portage - package.mask
|
||||||
|
|
||||||
# Copyright 2022 Inference
|
# Copyright 2022 Inference
|
||||||
|
# License: BSD 3-Clause Clear
|
||||||
|
|
||||||
|
# 0.0.0.0
|
||||||
|
|
||||||
|
|
||||||
# Global.
|
# Global.
|
||||||
#*/*x11*
|
#*/*x11*
|
||||||
#*/*xorg*
|
#*/*xorg*
|
||||||
|
## sudo is a security risk due to overly complex configuration;
|
||||||
|
## doas is a superior alternative with simple configuration.
|
||||||
app-admin/sudo
|
app-admin/sudo
|
||||||
|
## Hikari frequently loses connection to Wayland server and kills open
|
||||||
|
## processes.
|
||||||
gui-wm/hikari
|
gui-wm/hikari
|
||||||
|
## llvm-libunwind is an optimised alternative to libunwind.
|
||||||
sys-libs/libunwind
|
sys-libs/libunwind
|
||||||
|
## Firefox is insecure due to sandbox and cross-site leaks;
|
||||||
|
## Chromium is a superior alternative with strong security.
|
||||||
www-client/firefox
|
www-client/firefox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user