aboutsummaryrefslogtreecommitdiffstats
path: root/etc/curl.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-06-26 18:50:46 +0000
committerLibravatar GitHub <noreply@github.com>2019-06-26 18:50:46 +0000
commit6da539894c7ecbcf43d3e9910c90f25ea5eb662d (patch)
tree3ff9ae6b8981bfb9accc01442d37a9cae95a8199 /etc/curl.profile
parentwhitespace fix (diff)
downloadfirejail-6da539894c7ecbcf43d3e9910c90f25ea5eb662d.tar.gz
firejail-6da539894c7ecbcf43d3e9910c90f25ea5eb662d.tar.zst
firejail-6da539894c7ecbcf43d3e9910c90f25ea5eb662d.zip
Hardening a few profiles (#2800)
* Harden curl.profile * Harden dnscrypt-proxy.profile * Harden unbound.profile * Harden unbound.profile
Diffstat (limited to 'etc/curl.profile')
-rw-r--r--etc/curl.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/curl.profile b/etc/curl.profile
index 76beee46a..d8282b972 100644
--- a/etc/curl.profile
+++ b/etc/curl.profile
@@ -17,8 +17,11 @@ include disable-passwdmgr.inc
17include disable-programs.inc 17include disable-programs.inc
18 18
19caps.drop all 19caps.drop all
20ipc-namespace
21machine-id
20netfilter 22netfilter
21no3d 23no3d
24nodbus
22nodvd 25nodvd
23nogroups 26nogroups
24nonewprivs 27nonewprivs
@@ -27,7 +30,7 @@ nosound
27notv 30notv
28nou2f 31nou2f
29novideo 32novideo
30protocol unix,inet,inet6 33protocol inet,inet6
31seccomp 34seccomp
32shell none 35shell none
33 36