aboutsummaryrefslogtreecommitdiffstats
path: root/etc/xiphos.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
committerLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
commit9e3ba319be6b9546d7e8f450ca419ee2f3f4040b (patch)
tree0aebe82de78a61877c267f4dcb2ebcc13a2e37c9 /etc/xiphos.profile
parentvarious profile fixes (#1433) (diff)
downloadfirejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.gz
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.zst
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.zip
Unify all profiles
Diffstat (limited to 'etc/xiphos.profile')
-rw-r--r--etc/xiphos.profile22
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/xiphos.profile b/etc/xiphos.profile
index f3171cd8d..eb894d8b5 100644
--- a/etc/xiphos.profile
+++ b/etc/xiphos.profile
@@ -1,11 +1,13 @@
1# Persistent global definitions go here 1# Firejail profile for xiphos
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/xiphos.local
5# Persistent global definitions
2include /etc/firejail/globals.local 6include /etc/firejail/globals.local
3 7
4# This file is overwritten during software install. 8blacklist ~/.Xauthority
5# Persistent customizations should go in a .local file. 9blacklist ~/.bashrc
6include /etc/firejail/xiphos.local
7 10
8# Firejail profile for xiphos
9noblacklist ~/.sword 11noblacklist ~/.sword
10noblacklist ~/.xiphos 12noblacklist ~/.xiphos
11 13
@@ -14,8 +16,9 @@ include /etc/firejail/disable-devel.inc
14include /etc/firejail/disable-passwdmgr.inc 16include /etc/firejail/disable-passwdmgr.inc
15include /etc/firejail/disable-programs.inc 17include /etc/firejail/disable-programs.inc
16 18
17blacklist ~/.bashrc 19whitelist ${HOME}/.sword
18blacklist ~/.Xauthority 20whitelist ${HOME}/.xiphos
21include /etc/firejail/whitelist-common.inc
19 22
20caps.drop all 23caps.drop all
21netfilter 24netfilter
@@ -29,9 +32,6 @@ shell none
29tracelog 32tracelog
30 33
31private-bin xiphos 34private-bin xiphos
32private-etc fonts,resolv.conf,sword
33private-dev 35private-dev
36private-etc fonts,resolv.conf,sword
34private-tmp 37private-tmp
35
36whitelist ${HOME}/.sword
37whitelist ${HOME}/.xiphos