Skip to content

Commit

Permalink
profiles: sort blacklist sections (#6289)
Browse files Browse the repository at this point in the history
See etc/templates/profile.template.

This is a follow-up to #6286.
  • Loading branch information
kmk3 authored Mar 27, 2024
1 parent e600fd7 commit 0d8fb3d
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
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

0 comments on commit 0d8fb3d

Please sign in to comment.