aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-05-02 17:58:02 +0000
committerLibravatar GitHub <noreply@github.com>2020-05-02 17:58:02 +0000
commit49280197ccf830b708b1b7c4d6fb8b3590f44da2 (patch)
tree76ae21d4faa96a2970738aedc693b6b9ed3183c8 /etc/profile-a-l
parentfixes for zeal.profile (diff)
downloadfirejail-49280197ccf830b708b1b7c4d6fb8b3590f44da2.tar.gz
firejail-49280197ccf830b708b1b7c4d6fb8b3590f44da2.tar.zst
firejail-49280197ccf830b708b1b7c4d6fb8b3590f44da2.zip
various hardening (#3394)
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/etr.profile4
-rw-r--r--etc/profile-a-l/frozen-bubble.profile5
-rw-r--r--etc/profile-a-l/gnome-chess.profile4
-rw-r--r--etc/profile-a-l/gnome-hexgl.profile2
4 files changed, 14 insertions, 1 deletions
diff --git a/etc/profile-a-l/etr.profile b/etc/profile-a-l/etr.profile
index 7afcd01d7..72f588366 100644
--- a/etc/profile-a-l/etr.profile
+++ b/etc/profile-a-l/etr.profile
@@ -9,6 +9,7 @@ include globals.local
9noblacklist ${HOME}/.etr 9noblacklist ${HOME}/.etr
10 10
11include disable-common.inc 11include disable-common.inc
12include disable-devel.inc
12include disable-exec.inc 13include disable-exec.inc
13include disable-interpreters.inc 14include disable-interpreters.inc
14include disable-passwdmgr.inc 15include disable-passwdmgr.inc
@@ -17,7 +18,10 @@ include disable-xdg.inc
17 18
18mkdir ${HOME}/.etr 19mkdir ${HOME}/.etr
19whitelist ${HOME}/.etr 20whitelist ${HOME}/.etr
21whitelist /usr/share/etr
20include whitelist-common.inc 22include whitelist-common.inc
23include whitelist-runuser-common.inc
24include whitelist-usr-share-common.inc
21include whitelist-var-common.inc 25include whitelist-var-common.inc
22 26
23apparmor 27apparmor
diff --git a/etc/profile-a-l/frozen-bubble.profile b/etc/profile-a-l/frozen-bubble.profile
index d1dc64bb9..9245ae3a9 100644
--- a/etc/profile-a-l/frozen-bubble.profile
+++ b/etc/profile-a-l/frozen-bubble.profile
@@ -17,10 +17,14 @@ include disable-exec.inc
17include disable-interpreters.inc 17include disable-interpreters.inc
18include disable-passwdmgr.inc 18include disable-passwdmgr.inc
19include disable-programs.inc 19include disable-programs.inc
20include disable-xdg.inc
20 21
21mkdir ${HOME}/.frozen-bubble 22mkdir ${HOME}/.frozen-bubble
22whitelist ${HOME}/.frozen-bubble 23whitelist ${HOME}/.frozen-bubble
24whitelist /usr/share/perl5
23include whitelist-common.inc 25include whitelist-common.inc
26include whitelist-runuser-common.inc
27include whitelist-usr-share-common.inc
24include whitelist-var-common.inc 28include whitelist-var-common.inc
25 29
26apparmor 30apparmor
@@ -36,6 +40,7 @@ novideo
36protocol unix,netlink 40protocol unix,netlink
37seccomp 41seccomp
38shell none 42shell none
43tracelog
39 44
40disable-mnt 45disable-mnt
41# private-bin frozen-bubble 46# private-bin frozen-bubble
diff --git a/etc/profile-a-l/gnome-chess.profile b/etc/profile-a-l/gnome-chess.profile
index 2e2e86ac9..c1d2a34c0 100644
--- a/etc/profile-a-l/gnome-chess.profile
+++ b/etc/profile-a-l/gnome-chess.profile
@@ -17,6 +17,10 @@ include disable-passwdmgr.inc
17include disable-programs.inc 17include disable-programs.inc
18include disable-xdg.inc 18include disable-xdg.inc
19 19
20#mkdir ${HOME}/.local/share/gnome-chess
21#whitelist ${HOME}/.local/share/gnome-chess
22#include whitelist-common.inc
23
20whitelist /usr/share/gnuchess 24whitelist /usr/share/gnuchess
21whitelist /usr/share/gnome-chess 25whitelist /usr/share/gnome-chess
22include whitelist-runuser-common.inc 26include whitelist-runuser-common.inc
diff --git a/etc/profile-a-l/gnome-hexgl.profile b/etc/profile-a-l/gnome-hexgl.profile
index 873a47ea9..59fe330a1 100644
--- a/etc/profile-a-l/gnome-hexgl.profile
+++ b/etc/profile-a-l/gnome-hexgl.profile
@@ -40,7 +40,7 @@ private
40private-bin gnome-hexgl 40private-bin gnome-hexgl
41private-cache 41private-cache
42private-dev 42private-dev
43private-etc machine-id 43private-etc alsa,asound.conf,machine-id,pulse
44private-tmp 44private-tmp
45 45
46dbus-user none 46dbus-user none