aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/curl.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/curl.profile')
-rw-r--r--etc/profile-a-l/curl.profile52
1 files changed, 52 insertions, 0 deletions
diff --git a/etc/profile-a-l/curl.profile b/etc/profile-a-l/curl.profile
new file mode 100644
index 000000000..996ff51d3
--- /dev/null
+++ b/etc/profile-a-l/curl.profile
@@ -0,0 +1,52 @@
1# Firejail profile for curl
2# Description: Command line tool for transferring data with URL syntax
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include curl.local
7# Persistent global definitions
8include globals.local
9
10noblacklist ${HOME}/.curlrc
11
12blacklist /tmp/.X11-unix
13blacklist ${RUNUSER}/wayland-*
14blacklist ${RUNUSER}
15
16include disable-common.inc
17include disable-exec.inc
18include disable-passwdmgr.inc
19include disable-programs.inc
20# depending on workflow you can uncomment the below or put 'include disable-xdg.inc' in your curl.local
21#include disable-xdg.inc
22
23include whitelist-usr-share-common.inc
24include whitelist-var-common.inc
25
26apparmor
27caps.drop all
28ipc-namespace
29machine-id
30netfilter
31no3d
32nodvd
33nogroups
34nonewprivs
35noroot
36nosound
37notv
38nou2f
39novideo
40protocol inet,inet6
41seccomp
42shell none
43tracelog
44
45# private-bin curl
46private-cache
47private-dev
48# private-etc alternatives,ca-certificates,crypto-policies,pki,resolv.conf,ssl
49private-tmp
50
51dbus-user none
52dbus-system none