aboutsummaryrefslogtreecommitdiffstats
path: root/etc/orage.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-07-05 09:40:54 -0400
committerLibravatar Tad <tad@spotco.us>2017-08-02 00:13:42 -0400
commit0dba38435ef92ccc01cc9ff23b69df55489ec983 (patch)
treedfd1d8db02f579183fa77acdbde9aa315596220f /etc/orage.profile
parentx11/xpra support (diff)
downloadfirejail-0dba38435ef92ccc01cc9ff23b69df55489ec983.tar.gz
firejail-0dba38435ef92ccc01cc9ff23b69df55489ec983.tar.zst
firejail-0dba38435ef92ccc01cc9ff23b69df55489ec983.zip
Harden profiles
- Added 'disable-devel.conf' to many profiles - Added 'disable-mnt' to many profiles - Added 'noexec' to many profiles - Removed 'netfilter' and 'net none' from profiles with 'protocol unix' - Cleaned up profiles using defaults
Diffstat (limited to 'etc/orage.profile')
-rw-r--r--etc/orage.profile24
1 files changed, 13 insertions, 11 deletions
diff --git a/etc/orage.profile b/etc/orage.profile
index ea577f873..ee96076eb 100644
--- a/etc/orage.profile
+++ b/etc/orage.profile
@@ -7,24 +7,26 @@ include /etc/firejail/orage.local
7 7
8noblacklist ${HOME}/.config/orage 8noblacklist ${HOME}/.config/orage
9noblacklist ${HOME}/.local/share/orage 9noblacklist ${HOME}/.local/share/orage
10
10include /etc/firejail/disable-common.inc 11include /etc/firejail/disable-common.inc
11include /etc/firejail/disable-programs.inc 12include /etc/firejail/disable-devel.inc
12include /etc/firejail/disable-passwdmgr.inc 13include /etc/firejail/disable-passwdmgr.inc
14include /etc/firejail/disable-programs.inc
13 15
14caps.drop all 16caps.drop all
15netfilter 17no3d
18nogroups
16nonewprivs 19nonewprivs
17noroot 20noroot
18protocol unix,inet,inet6 21nosound
22novideo
23protocol unix
19seccomp 24seccomp
20
21#
22# depending on your usage, you can enable some of the commands below:
23#
24nogroups
25shell none 25shell none
26# private-bin program 26
27# private-etc none
28private-dev 27private-dev
29# private-tmp 28private-tmp
29disable-mnt
30 30
31noexec ${HOME}
32noexec /tmp