aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/makepkg.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-23 02:44:12 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-28 11:49:51 -0300
commit7e1a5834b1e062fd7e259b22e6bcb07290e89d66 (patch)
tree94d887c661afc2db2caf90cb4eb88b6d7bed2bc4 /etc/profile-m-z/makepkg.profile
parentcower: move blacklist from disable-programs to dc (diff)
downloadfirejail-7e1a5834b1e062fd7e259b22e6bcb07290e89d66.tar.gz
firejail-7e1a5834b1e062fd7e259b22e6bcb07290e89d66.tar.zst
firejail-7e1a5834b1e062fd7e259b22e6bcb07290e89d66.zip
profiles: move read-only config entries to dc
Command used to search for entries: $ git grep '^read-only ${HOME}/' -- 'etc/profile*' Note for gpg: ~/.gnupg/gpg.conf is apparently only managed by gpgconf(1) rather than through gpg(1) itself, in which case it does not need to be made read-write in gpg.profile.
Diffstat (limited to 'etc/profile-m-z/makepkg.profile')
-rw-r--r--etc/profile-m-z/makepkg.profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/profile-m-z/makepkg.profile b/etc/profile-m-z/makepkg.profile
index e9d245a6d..266d00395 100644
--- a/etc/profile-m-z/makepkg.profile
+++ b/etc/profile-m-z/makepkg.profile
@@ -19,7 +19,6 @@ blacklist ${RUNUSER}/wayland-*
19 19
20# Enable severely restricted access to ${HOME}/.gnupg 20# Enable severely restricted access to ${HOME}/.gnupg
21noblacklist ${HOME}/.gnupg 21noblacklist ${HOME}/.gnupg
22read-only ${HOME}/.gnupg/gpg.conf
23read-only ${HOME}/.gnupg/trustdb.gpg 22read-only ${HOME}/.gnupg/trustdb.gpg
24read-only ${HOME}/.gnupg/pubring.kbx 23read-only ${HOME}/.gnupg/pubring.kbx
25blacklist ${HOME}/.gnupg/random_seed 24blacklist ${HOME}/.gnupg/random_seed