aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-22 10:32:53 -0500
committerLibravatar GitHub <noreply@github.com>2016-11-22 10:32:53 -0500
commit3b4c5d2c844d204918755de56592375aad60182e (patch)
tree9a3e80dd1931262f1afc2b1e76a7332cfb1af267
parent--quiet fix (diff)
parentadded wget profile (diff)
downloadfirejail-3b4c5d2c844d204918755de56592375aad60182e.tar.gz
firejail-3b4c5d2c844d204918755de56592375aad60182e.tar.zst
firejail-3b4c5d2c844d204918755de56592375aad60182e.zip
Merge pull request #936 from valoq/master
added wget profile
-rw-r--r--etc/transmission-cli.profile3
-rw-r--r--etc/wget.profile21
2 files changed, 22 insertions, 2 deletions
diff --git a/etc/transmission-cli.profile b/etc/transmission-cli.profile
index 88ded649c..6cbc3415c 100644
--- a/etc/transmission-cli.profile
+++ b/etc/transmission-cli.profile
@@ -9,11 +9,10 @@ include /etc/firejail/disable-passwdmgr.inc
9 9
10caps.drop all 10caps.drop all
11netfilter 11netfilter
12net none
13nonewprivs 12nonewprivs
14noroot 13noroot
15nosound 14nosound
16protocol unix 15protocol unix,inet,inet6
17seccomp 16seccomp
18shell none 17shell none
19tracelog 18tracelog
diff --git a/etc/wget.profile b/etc/wget.profile
new file mode 100644
index 000000000..ad2b03b33
--- /dev/null
+++ b/etc/wget.profile
@@ -0,0 +1,21 @@
1# wget profile
2include /etc/firejail/disable-common.inc
3include /etc/firejail/disable-programs.inc
4include /etc/firejail/disable-passwdmgr.inc
5
6caps.drop all
7netfilter
8nonewprivs
9noroot
10nogroups
11nosound
12protocol unix,inet,inet6
13seccomp
14shell none
15
16
17# private-bin wget
18# private-etc resolv.conf
19private-dev
20private-tmp
21