summaryrefslogtreecommitdiffstats
path: root/etc/file-roller.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-02-24 22:22:43 +0000
committerLibravatar GitHub <noreply@github.com>2019-02-24 22:22:43 +0000
commit264f0441fff53a94760c34cb69262721818d0a50 (patch)
treecb4829785e31a1d26606e4b3ac58050e202e406a /etc/file-roller.profile
parentHarden mediainfo.profile (#2467) (diff)
downloadfirejail-264f0441fff53a94760c34cb69262721818d0a50.tar.gz
firejail-264f0441fff53a94760c34cb69262721818d0a50.tar.zst
firejail-264f0441fff53a94760c34cb69262721818d0a50.zip
Harden file-roller.profile (#2468)
Diffstat (limited to 'etc/file-roller.profile')
-rw-r--r--etc/file-roller.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/file-roller.profile b/etc/file-roller.profile
index e4863bfc0..6ec5e05b1 100644
--- a/etc/file-roller.profile
+++ b/etc/file-roller.profile
@@ -16,8 +16,11 @@ include whitelist-var-common.inc
16 16
17apparmor 17apparmor
18caps.drop all 18caps.drop all
19ipc-namespace
20machine-id
19net none 21net none
20no3d 22no3d
23# nodbus makes settings immutable - comment if you need settings support
21nodbus 24nodbus
22nodvd 25nodvd
23nogroups 26nogroups
@@ -37,6 +40,6 @@ private-dev
37# private-etc alternatives,fonts 40# private-etc alternatives,fonts
38# private-tmp 41# private-tmp
39 42
40#memory-deny-write-execute - breaks on Arch 43memory-deny-write-execute
41noexec ${HOME} 44noexec ${HOME}
42noexec /tmp 45noexec /tmp