aboutsummaryrefslogtreecommitdiffstats
path: root/etc/curl.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-07-01 19:24:14 +0000
committerLibravatar GitHub <noreply@github.com>2019-07-01 19:24:14 +0000
commit73321c5974212b09e6f65313a1291601adaec735 (patch)
tree2626cae4d13e780cad621dc196c034f9c5542de5 /etc/curl.profile
parentUpdate wording in templates (#2815) (diff)
downloadfirejail-73321c5974212b09e6f65313a1291601adaec735.tar.gz
firejail-73321c5974212b09e6f65313a1291601adaec735.tar.zst
firejail-73321c5974212b09e6f65313a1291601adaec735.zip
Fixes (#2816)
* Unbreak gconf-editor * Add x11 none to curl.profile * Add x11 none to wget.profile * Add x11 none to dnscrypt-proxy.profile * Add tracelog to ssh-agent.profile * Add x11 none to aria2c.profile * Add x11 none to arch-audit.profile * Add x11 none to archaudit-report.profile
Diffstat (limited to 'etc/curl.profile')
-rw-r--r--etc/curl.profile3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/curl.profile b/etc/curl.profile
index d8282b972..3080f05e6 100644
--- a/etc/curl.profile
+++ b/etc/curl.profile
@@ -9,8 +9,6 @@ include globals.local
9 9
10noblacklist ${HOME}/.curlrc 10noblacklist ${HOME}/.curlrc
11 11
12blacklist /tmp/.X11-unix
13
14include disable-common.inc 12include disable-common.inc
15include disable-exec.inc 13include disable-exec.inc
16include disable-passwdmgr.inc 14include disable-passwdmgr.inc
@@ -33,6 +31,7 @@ novideo
33protocol inet,inet6 31protocol inet,inet6
34seccomp 32seccomp
35shell none 33shell none
34x11 none
36 35
37# private-bin curl 36# private-bin curl
38private-cache 37private-cache