aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gucharmap.profile
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-08-02 09:37:20 -0500
committerLibravatar GitHub <noreply@github.com>2017-08-02 09:37:20 -0500
commitcaaac4417bd9b4116681c96fa1127b3f78c33d1d (patch)
tree0c1fd52865432943dff536a7679408bec47df683 /etc/gucharmap.profile
parentget_mempolicy syscall was temporarily removed from the default seccomp list. ... (diff)
parentFixes (diff)
downloadfirejail-caaac4417bd9b4116681c96fa1127b3f78c33d1d.tar.gz
firejail-caaac4417bd9b4116681c96fa1127b3f78c33d1d.tar.zst
firejail-caaac4417bd9b4116681c96fa1127b3f78c33d1d.zip
Merge pull request #1367 from SpotComms/mh
Harden profiles
Diffstat (limited to 'etc/gucharmap.profile')
-rw-r--r--etc/gucharmap.profile32
1 files changed, 17 insertions, 15 deletions
diff --git a/etc/gucharmap.profile b/etc/gucharmap.profile
index 929888e88..4d6237067 100644
--- a/etc/gucharmap.profile
+++ b/etc/gucharmap.profile
@@ -5,25 +5,27 @@ include /etc/firejail/globals.local
5# Persistent customizations should go in a .local file. 5# Persistent customizations should go in a .local file.
6include /etc/firejail/gucharmap.local 6include /etc/firejail/gucharmap.local
7 7
8private 8include /etc/firejail/disable-common.inc
9#include /etc/firejail/disable-common.inc 9include /etc/firejail/disable-devel.inc
10#include /etc/firejail/disable-programs.inc 10include /etc/firejail/disable-passwdmgr.inc
11#include /etc/firejail/disable-passwdmgr.inc 11include /etc/firejail/disable-programs.inc
12 12
13caps.drop all 13caps.drop all
14netfilter 14netfilter
15no3d
16nogroups
15nonewprivs 17nonewprivs
16noroot 18noroot
17protocol unix,inet,inet6 19nosound
20novideo
21protocol unix
18seccomp 22seccomp
19
20#
21# depending on your usage, you can enable some of the commands below:
22#
23nogroups
24shell none 23shell none
25# private-bin program 24
26# private-etc none 25private
27# private-dev 26private-dev
28# private-tmp 27private-tmp
29nosound 28disable-mnt
29
30noexec ${HOME}
31noexec /tmp