aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-01-18 12:22:12 +0100
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-01-18 12:22:12 +0100
commit7d7e5f6840c99d65839ecbd105686eae61fa9b43 (patch)
tree8adfa25de37328924a2fbba95e826dbd74acf312 /etc
parentrefactor claws-mail and sylpheed as whitelist profiles (#3162) (diff)
downloadfirejail-7d7e5f6840c99d65839ecbd105686eae61fa9b43.tar.gz
firejail-7d7e5f6840c99d65839ecbd105686eae61fa9b43.tar.zst
firejail-7d7e5f6840c99d65839ecbd105686eae61fa9b43.zip
harden baoba and transmission-common
Diffstat (limited to 'etc')
-rw-r--r--etc/baobab.profile3
-rw-r--r--etc/transmission-common.profile1
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/baobab.profile b/etc/baobab.profile
index e8287b448..18c862a4d 100644
--- a/etc/baobab.profile
+++ b/etc/baobab.profile
@@ -12,6 +12,7 @@ include disable-exec.inc
12include disable-interpreters.inc 12include disable-interpreters.inc
13include disable-passwdmgr.inc 13include disable-passwdmgr.inc
14# include disable-programs.inc 14# include disable-programs.inc
15# include disable-xdg.inc
15 16
16caps.drop all 17caps.drop all
17net none 18net none
@@ -32,3 +33,5 @@ shell none
32private-bin baobab 33private-bin baobab
33private-dev 34private-dev
34private-tmp 35private-tmp
36
37read-only ${HOME}
diff --git a/etc/transmission-common.profile b/etc/transmission-common.profile
index a8b667e91..e39de196b 100644
--- a/etc/transmission-common.profile
+++ b/etc/transmission-common.profile
@@ -40,6 +40,7 @@ seccomp
40shell none 40shell none
41tracelog 41tracelog
42 42
43private-cache
43private-dev 44private-dev
44private-lib 45private-lib
45private-tmp 46private-tmp