aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-09-02 13:03:54 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-09-02 13:03:54 +0200
commit7c21aad2340cef5d81d5d57b452c7cbbb62a2fe2 (patch)
tree066fb5bde8afaf951b81fa89191d6e4fab212e86 /etc
parentallow flatpak/exports also for systemd-wide location (diff)
downloadfirejail-7c21aad2340cef5d81d5d57b452c7cbbb62a2fe2.tar.gz
firejail-7c21aad2340cef5d81d5d57b452c7cbbb62a2fe2.tar.zst
firejail-7c21aad2340cef5d81d5d57b452c7cbbb62a2fe2.zip
harden redeclipse
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-m-z/redeclipse.profile9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/profile-m-z/redeclipse.profile b/etc/profile-m-z/redeclipse.profile
index bb1ad56d3..a29205e14 100644
--- a/etc/profile-m-z/redeclipse.profile
+++ b/etc/profile-m-z/redeclipse.profile
@@ -14,10 +14,14 @@ include disable-exec.inc
14include disable-interpreters.inc 14include disable-interpreters.inc
15include disable-passwdmgr.inc 15include disable-passwdmgr.inc
16include disable-programs.inc 16include disable-programs.inc
17include disable-xdg.inc
17 18
18mkdir ${HOME}/.redeclipse 19mkdir ${HOME}/.redeclipse
19whitelist ${HOME}/.redeclipse 20whitelist ${HOME}/.redeclipse
21whitelist /usr/share/redeclipse
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
23caps.drop all 27caps.drop all
@@ -32,8 +36,13 @@ novideo
32protocol unix,inet,inet6 36protocol unix,inet,inet6
33seccomp 37seccomp
34shell none 38shell none
39tracelog
35 40
36disable-mnt 41disable-mnt
42#private-bin redeclipse,sh,man
43private-cache
37private-dev 44private-dev
38private-tmp 45private-tmp
39 46
47dbus-user none
48dbus-system none