summaryrefslogtreecommitdiffstats
path: root/etc/eog.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-02-25 00:35:38 +0000
committerLibravatar GitHub <noreply@github.com>2019-02-25 00:35:38 +0000
commitc63b54b60a8c88d8b198f1c424156aa69a701d45 (patch)
tree637c1195a7038d57977e096f5c9e8a8bd070e72e /etc/eog.profile
parentHarden file-roller.profile (#2468) (diff)
downloadfirejail-c63b54b60a8c88d8b198f1c424156aa69a701d45.tar.gz
firejail-c63b54b60a8c88d8b198f1c424156aa69a701d45.tar.zst
firejail-c63b54b60a8c88d8b198f1c424156aa69a701d45.zip
Harden eog.profile (#2469)
Diffstat (limited to 'etc/eog.profile')
-rw-r--r--etc/eog.profile12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/eog.profile b/etc/eog.profile
index d448b7c6c..333eb448a 100644
--- a/etc/eog.profile
+++ b/etc/eog.profile
@@ -17,11 +17,11 @@ include disable-interpreters.inc
17include disable-passwdmgr.inc 17include disable-passwdmgr.inc
18include disable-programs.inc 18include disable-programs.inc
19 19
20include whitelist-var-common.inc 20apparmor
21
22# apparmor - makes settings immutable
23caps.drop all 21caps.drop all
24# net none - makes settings immutable 22ipc-namespace
23machine-id
24net none
25no3d 25no3d
26# nodbus - makes settings immutable 26# nodbus - makes settings immutable
27nodvd 27nodvd
@@ -40,9 +40,9 @@ private-bin eog
40private-cache 40private-cache
41private-dev 41private-dev
42private-etc alternatives,fonts 42private-etc alternatives,fonts
43private-lib gdk-pixbuf-2.*,gio,girepository-1.*,gvfs,libgconf-2.so.* 43private-lib eog,gdk-pixbuf-2.*,gio,girepository-1.*,gvfs,libgconf-2.so.*
44private-tmp 44private-tmp
45 45
46#memory-deny-write-execute - breaks on Arch 46memory-deny-write-execute
47noexec ${HOME} 47noexec ${HOME}
48noexec /tmp 48noexec /tmp