aboutsummaryrefslogtreecommitdiffstats
path: root/etc/makepkg.profile
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-11-17 12:29:11 -0600
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-11-17 12:32:32 -0600
commiteb4b505ac2537c320c044cf5fad595ecef41bbca (patch)
tree6216a34146aed50fdf700191914b287795d83adc /etc/makepkg.profile
parentFix #1651 - dropbox failed to start (diff)
downloadfirejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.tar.gz
firejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.tar.zst
firejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.zip
Consistent home directory nomenclature
Diffstat (limited to 'etc/makepkg.profile')
-rw-r--r--etc/makepkg.profile22
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/makepkg.profile b/etc/makepkg.profile
index 96846592d..6d2e6b0ce 100644
--- a/etc/makepkg.profile
+++ b/etc/makepkg.profile
@@ -5,8 +5,8 @@
5# for potential issues and their solutions when Firejailing makepkg 5# for potential issues and their solutions when Firejailing makepkg
6 6
7# This profile could be significantly strengthened by adding the following to makepkg.local 7# This profile could be significantly strengthened by adding the following to makepkg.local
8# whitelist ~/<Your Build Folder> 8# whitelist ${HOME}/<Your Build Folder>
9# whitelist ~/.gnupg 9# whitelist ${HOME}/.gnupg
10 10
11quiet 11quiet
12# Persistent local customizations 12# Persistent local customizations
@@ -16,15 +16,15 @@ include /etc/firejail/globals.local
16 16
17 17
18# Enable severely restricted access to ${HOME}/.gnupg 18# Enable severely restricted access to ${HOME}/.gnupg
19noblacklist ~/.gnupg 19noblacklist ${HOME}/.gnupg
20read-only ~/.gnupg/gpg.conf 20read-only ${HOME}/.gnupg/gpg.conf
21read-only ~/.gnupg/trustdb.gpg 21read-only ${HOME}/.gnupg/trustdb.gpg
22read-only ~/.gnupg/pubring.kbx 22read-only ${HOME}/.gnupg/pubring.kbx
23blacklist ~/.gnupg/random_seed 23blacklist ${HOME}/.gnupg/random_seed
24blacklist ~/.gnupg/pubring.kbx~ 24blacklist ${HOME}/.gnupg/pubring.kbx~
25blacklist ~/.gnupg/private-keys-v1.d 25blacklist ${HOME}/.gnupg/private-keys-v1.d
26blacklist ~/.gnupg/crls.d 26blacklist ${HOME}/.gnupg/crls.d
27blacklist ~/.gnupg/openpgp-revocs.d 27blacklist ${HOME}/.gnupg/openpgp-revocs.d
28 28
29 29
30# Need to be able to read /var/lib/pacman, {Note no capabilities so automatically read-only} 30# Need to be able to read /var/lib/pacman, {Note no capabilities so automatically read-only}