Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profiles: sort blacklist sections #6289

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/profile-a-l/bpftop.profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ include bpftop.local
# Persistent global definitions
include globals.local

blacklist /usr/libexec
blacklist ${RUNUSER}
blacklist /usr/libexec

include disable-common.inc
include disable-devel.inc
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-a-l/cloneit.profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ include cloneit.local
# Persistent global definitions
include globals.local

blacklist /usr/libexec
blacklist ${RUNUSER}
blacklist /usr/libexec

include disable-common.inc
include disable-devel.inc
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-a-l/deadlink.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ include deadlink.local
# Persistent global definitions
include globals.local

blacklist /usr/libexec
blacklist ${RUNUSER}
blacklist /usr/libexec

noblacklist ${HOME}/.config/deadlink

Expand Down
2 changes: 1 addition & 1 deletion etc/profile-a-l/dexios.profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ include dexios.local
# Persistent global definitions
include globals.local

blacklist /usr/libexec
blacklist ${RUNUSER}
blacklist /usr/libexec

include disable-common.inc
include disable-devel.inc
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-a-l/editorconfiger.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ include editorconfiger.local
# Persistent global definitions
include globals.local

blacklist /usr/libexec
blacklist ${RUNUSER}
blacklist /usr/libexec

include disable-common.inc
include disable-devel.inc
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-a-l/kdiff3.profile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ noblacklist ${HOME}/.config/kdiff3rc
# Add the next line to your kdiff3.local if you don't need to compare files in disable-common.inc.
# By default we deny access only to .ssh and .gnupg.
#include disable-common.inc
blacklist ${HOME}/.ssh
blacklist ${HOME}/.gnupg
blacklist ${HOME}/.ssh

include disable-devel.inc
include disable-exec.inc
Expand Down
6 changes: 3 additions & 3 deletions etc/profile-m-z/makepkg.profile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ blacklist ${RUNUSER}/wayland-*
noblacklist ${HOME}/.gnupg
read-only ${HOME}/.gnupg/trustdb.gpg
read-only ${HOME}/.gnupg/pubring.kbx
blacklist ${HOME}/.gnupg/random_seed
blacklist ${HOME}/.gnupg/pubring.kbx~
blacklist ${HOME}/.gnupg/private-keys-v1.d
blacklist ${HOME}/.gnupg/crls.d
blacklist ${HOME}/.gnupg/openpgp-revocs.d
blacklist ${HOME}/.gnupg/private-keys-v1.d
blacklist ${HOME}/.gnupg/pubring.kbx~
blacklist ${HOME}/.gnupg/random_seed

# Arch Linux (based distributions) need access to /var/lib/pacman. As we drop all capabilities this is automatically read-only.
noblacklist /var/lib/pacman
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-m-z/statusof.profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ include statusof.local
# Persistent global definitions
include globals.local

blacklist /usr/libexec
blacklist ${RUNUSER}
blacklist /usr/libexec

# Allow python (blacklisted by disable-interpreters.inc)
include allow-python3.inc
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-m-z/textroom.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ include textroom.local
# Persistent global definitions
include globals.local

blacklist /usr/libexec
blacklist ${RUNUSER}/wayland-*
blacklist /usr/libexec

noblacklist ${HOME}/.config/textroom

Expand Down
2 changes: 1 addition & 1 deletion etc/profile-m-z/torbrowser.profile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ignore dbus-user none
noblacklist ${HOME}/.cache/mozilla
noblacklist ${HOME}/.mozilla

blacklist /usr/libexec
blacklist /sys/class/net
blacklist /usr/libexec

mkdir ${HOME}/.cache/mozilla/torbrowser
mkdir ${HOME}/.mozilla
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-m-z/tvnamer.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ include tvnamer.local
# Persistent global definitions
include globals.local

blacklist /usr/libexec
blacklist ${RUNUSER}
blacklist /usr/libexec

noblacklist ${HOME}/.config/tvnamer
noblacklist ${VIDEOS}
Expand Down