aboutsummaryrefslogtreecommitdiffstats
path: root/etc/makepkg.profile
diff options
context:
space:
mode:
authorLibravatar crass <development@efficientek.com>2018-10-17 01:02:22 -0500
committerLibravatar GitHub <noreply@github.com>2018-10-17 01:02:22 -0500
commit40927dfecc4a7a7f917222e866a7b56ff4249d1b (patch)
treea13b25eba80c7c90d31f93a88d8fa606db03d299 /etc/makepkg.profile
parentMerge pull request #2158 from crass/profile_conditional (diff)
parentRemove "/etc/firejail/" from all include paths, now that profile_read will se... (diff)
downloadfirejail-40927dfecc4a7a7f917222e866a7b56ff4249d1b.tar.gz
firejail-40927dfecc4a7a7f917222e866a7b56ff4249d1b.tar.zst
firejail-40927dfecc4a7a7f917222e866a7b56ff4249d1b.zip
Merge pull request #2156 from crass/improve-include-handling
Improve include handling
Diffstat (limited to 'etc/makepkg.profile')
-rw-r--r--etc/makepkg.profile10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/makepkg.profile b/etc/makepkg.profile
index ac337b9a1..317a3dd78 100644
--- a/etc/makepkg.profile
+++ b/etc/makepkg.profile
@@ -10,9 +10,9 @@
10 10
11quiet 11quiet
12# Persistent local customizations 12# Persistent local customizations
13include /etc/firejail/makepkg.local 13include makepkg.local
14# Persistent global definitions 14# Persistent global definitions
15include /etc/firejail/globals.local 15include globals.local
16 16
17 17
18# Enable severely restricted access to ${HOME}/.gnupg 18# Enable severely restricted access to ${HOME}/.gnupg
@@ -30,9 +30,9 @@ blacklist ${HOME}/.gnupg/openpgp-revocs.d
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}
31noblacklist /var/lib/pacman 31noblacklist /var/lib/pacman
32 32
33include /etc/firejail/disable-common.inc 33include disable-common.inc
34include /etc/firejail/disable-passwdmgr.inc 34include disable-passwdmgr.inc
35include /etc/firejail/disable-programs.inc 35include disable-programs.inc
36 36
37caps.drop all 37caps.drop all
38ipc-namespace 38ipc-namespace