aboutsummaryrefslogtreecommitdiffstats
path: root/etc/curl.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/curl.profile
parentvarious profile fixes (#1433) (diff)
downloadfirejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.gz
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.zst
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.zip
Unify all profiles
Diffstat (limited to 'etc/curl.profile')
-rw-r--r--etc/curl.profile17
1 files changed, 8 insertions, 9 deletions
diff --git a/etc/curl.profile b/etc/curl.profile
index 58b5f050a..34874d270 100644
--- a/etc/curl.profile
+++ b/etc/curl.profile
@@ -1,19 +1,20 @@
1# Firejail profile for curl
2# This file is overwritten after every install/update
1quiet 3quiet
2# Persistent global definitions go here 4# Persistent local customizations
5include /etc/firejail/curl.local
6# Persistent global definitions
3include /etc/firejail/globals.local 7include /etc/firejail/globals.local
4 8
5# This file is overwritten during software install. 9blacklist /tmp/.X11-unix
6# Persistent customizations should go in a .local file.
7include /etc/firejail/curl.local
8 10
9# curl profile
10noblacklist ~/.curlrc 11noblacklist ~/.curlrc
12
11include /etc/firejail/disable-common.inc 13include /etc/firejail/disable-common.inc
12include /etc/firejail/disable-programs.inc
13include /etc/firejail/disable-passwdmgr.inc 14include /etc/firejail/disable-passwdmgr.inc
15include /etc/firejail/disable-programs.inc
14 16
15caps.drop all 17caps.drop all
16#ipc-namespace
17netfilter 18netfilter
18no3d 19no3d
19nogroups 20nogroups
@@ -24,8 +25,6 @@ protocol unix,inet,inet6
24seccomp 25seccomp
25shell none 26shell none
26 27
27blacklist /tmp/.X11-unix
28
29# private-bin curl 28# private-bin curl
30private-dev 29private-dev
31# private-etc resolv.conf 30# private-etc resolv.conf