aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-03-15 14:18:14 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2019-03-15 14:18:14 +0100
commit135e29d22a145544ba7245a489649385cb51484b (patch)
tree12af1189b80a2f7c4fa995dcceb256c44193d73c /etc
parentprofile hardening: add disable-exec.inc in more places (diff)
downloadfirejail-135e29d22a145544ba7245a489649385cb51484b.tar.gz
firejail-135e29d22a145544ba7245a489649385cb51484b.tar.zst
firejail-135e29d22a145544ba7245a489649385cb51484b.zip
harden clamtk profile, strings profile cleanup
Diffstat (limited to 'etc')
-rw-r--r--etc/clamtk.profile5
-rw-r--r--etc/strings.profile2
2 files changed, 2 insertions, 5 deletions
diff --git a/etc/clamtk.profile b/etc/clamtk.profile
index a93523acc..bc09808cb 100644
--- a/etc/clamtk.profile
+++ b/etc/clamtk.profile
@@ -5,6 +5,8 @@ include clamtk.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8include disable-exec.inc
9
8caps.drop all 10caps.drop all
9ipc-namespace 11ipc-namespace
10net none 12net none
@@ -23,6 +25,3 @@ seccomp
23shell none 25shell none
24 26
25private-dev 27private-dev
26
27noexec ${HOME}
28noexec /tmp
diff --git a/etc/strings.profile b/etc/strings.profile
index cacf919f5..0caecdf7b 100644
--- a/etc/strings.profile
+++ b/etc/strings.profile
@@ -29,7 +29,5 @@ private-etc alternatives
29private-lib libfakeroot 29private-lib libfakeroot
30 30
31memory-deny-write-execute 31memory-deny-write-execute
32noexec ${HOME}
33noexec /tmp
34 32
35include default.profile 33include default.profile