summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-02-24 21:43:33 +0000
committerLibravatar GitHub <noreply@github.com>2019-02-24 21:43:33 +0000
commita1d92b15fef9dfa5f75b7caa97304e6d1ca93a9c (patch)
tree5c7003eb2c79f9e46b9e719875b089c86cfc3848 /etc
parentHarden gnome-calculator.profile (#2460) (diff)
downloadfirejail-a1d92b15fef9dfa5f75b7caa97304e6d1ca93a9c.tar.gz
firejail-a1d92b15fef9dfa5f75b7caa97304e6d1ca93a9c.tar.zst
firejail-a1d92b15fef9dfa5f75b7caa97304e6d1ca93a9c.zip
Harden gnome-logs.profile (#2461)
Diffstat (limited to 'etc')
-rw-r--r--etc/gnome-logs.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/gnome-logs.profile b/etc/gnome-logs.profile
index c429c7697..9ea4fb9f6 100644
--- a/etc/gnome-logs.profile
+++ b/etc/gnome-logs.profile
@@ -16,7 +16,9 @@ include disable-xdg.inc
16whitelist /var/log/journal 16whitelist /var/log/journal
17include whitelist-var-common.inc 17include whitelist-var-common.inc
18 18
19apparmor
19caps.drop all 20caps.drop all
21ipc-namespace
20net none 22net none
21no3d 23no3d
22nodbus 24nodbus
@@ -36,11 +38,16 @@ shell none
36 38
37disable-mnt 39disable-mnt
38private-bin gnome-logs 40private-bin gnome-logs
41private-cache
39private-dev 42private-dev
40private-etc alternatives,fonts,localtime,machine-id 43private-etc alternatives,fonts,localtime,machine-id
41private-lib gdk-pixbuf-2.*,gio,gvfs/libgvfscommon.so,libgconf-2.so.*,librsvg-2.so.* 44private-lib gdk-pixbuf-2.*,gio,gvfs/libgvfscommon.so,libgconf-2.so.*,librsvg-2.so.*
42private-tmp 45private-tmp
43writable-var-log 46writable-var-log
44 47
48memory-deny-write-execute
45noexec ${HOME} 49noexec ${HOME}
46noexec /tmp 50noexec /tmp
51
52# comment this if you export logs to a file in your ${HOME}
53read-only ${HOME}