aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/profile-a-l/hugin.profile5
-rw-r--r--etc/profile-m-z/megaglest.profile5
2 files changed, 8 insertions, 2 deletions
diff --git a/etc/profile-a-l/hugin.profile b/etc/profile-a-l/hugin.profile
index 0a9c831f3..8fd6aacaa 100644
--- a/etc/profile-a-l/hugin.profile
+++ b/etc/profile-a-l/hugin.profile
@@ -10,6 +10,9 @@ noblacklist ${HOME}/.hugin
10noblacklist ${DOCUMENTS} 10noblacklist ${DOCUMENTS}
11noblacklist ${PICTURES} 11noblacklist ${PICTURES}
12 12
13# Allow /bin/sh (blacklisted by disable-shell.inc)
14include allow-bin-sh.inc
15
13include disable-common.inc 16include disable-common.inc
14include disable-devel.inc 17include disable-devel.inc
15include disable-exec.inc 18include disable-exec.inc
@@ -33,7 +36,7 @@ protocol unix
33seccomp 36seccomp
34shell none 37shell none
35 38
36private-bin align_image_stack,autooptimiser,calibrate_lens_gui,celeste_standalone,checkpto,cpclean,cpfind,deghosting_mask,enblend,fulla,geocpset,hugin,hugin_executor,hugin_hdrmerge,hugin_lensdb,hugin_stitch_project,icpfind,linefind,nona,pano_modify,pano_trafo,PTBatcherGUI,pto_gen,pto_lensstack,pto_mask,pto_merge,pto_move,pto_template,pto_var,tca_correct,verdandi,vig_optimize 39private-bin align_image_stack,autooptimiser,calibrate_lens_gui,celeste_standalone,checkpto,cpclean,cpfind,deghosting_mask,enblend,fulla,geocpset,hugin,hugin_executor,hugin_hdrmerge,hugin_lensdb,hugin_stitch_project,icpfind,linefind,nona,pano_modify,pano_trafo,PTBatcherGUI,pto_gen,pto_lensstack,pto_mask,pto_merge,pto_move,pto_template,pto_var,sh,tca_correct,uname,verdandi,vig_optimize
37private-cache 40private-cache
38private-dev 41private-dev
39private-tmp 42private-tmp
diff --git a/etc/profile-m-z/megaglest.profile b/etc/profile-m-z/megaglest.profile
index d55745698..5c11ed32a 100644
--- a/etc/profile-m-z/megaglest.profile
+++ b/etc/profile-m-z/megaglest.profile
@@ -8,6 +8,8 @@ include globals.local
8 8
9noblacklist ${HOME}/.megaglest 9noblacklist ${HOME}/.megaglest
10 10
11include allow-lua.inc
12
11include disable-common.inc 13include disable-common.inc
12include disable-devel.inc 14include disable-devel.inc
13include disable-exec.inc 15include disable-exec.inc
@@ -19,7 +21,8 @@ include disable-xdg.inc
19mkdir ${HOME}/.megaglest 21mkdir ${HOME}/.megaglest
20whitelist ${HOME}/.megaglest 22whitelist ${HOME}/.megaglest
21whitelist /usr/share/megaglest 23whitelist /usr/share/megaglest
22whitelist /usr/share/games/megaglest # Debian version 24# Debian version
25whitelist /usr/share/games/megaglest
23include whitelist-common.inc 26include whitelist-common.inc
24include whitelist-runuser-common.inc 27include whitelist-runuser-common.inc
25include whitelist-usr-share-common.inc 28include whitelist-usr-share-common.inc