aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-04-13 02:54:46 +0000
committerLibravatar GitHub <noreply@github.com>2019-04-13 02:54:46 +0000
commitf27024f7c61164dbc10025cfb15459ed964ce927 (patch)
tree9fcde76dbe3cccde5cbd3a0354a10df549903c86 /etc
parentHarden bibletime.profile (diff)
downloadfirejail-f27024f7c61164dbc10025cfb15459ed964ce927.tar.gz
firejail-f27024f7c61164dbc10025cfb15459ed964ce927.tar.zst
firejail-f27024f7c61164dbc10025cfb15459ed964ce927.zip
Fix networking for transmission-show and transmission-remote (#2646)
* Fix networking for transmission-remote * Fix networking for transmission-show
Diffstat (limited to 'etc')
-rw-r--r--etc/transmission-remote.profile6
-rw-r--r--etc/transmission-show.profile6
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/transmission-remote.profile b/etc/transmission-remote.profile
index d9ba7be71..ddeb9adf9 100644
--- a/etc/transmission-remote.profile
+++ b/etc/transmission-remote.profile
@@ -20,7 +20,7 @@ include disable-programs.inc
20apparmor 20apparmor
21caps.drop all 21caps.drop all
22machine-id 22machine-id
23net none 23netfilter
24nodbus 24nodbus
25nodvd 25nodvd
26nonewprivs 26nonewprivs
@@ -29,14 +29,14 @@ nosound
29notv 29notv
30nou2f 30nou2f
31novideo 31novideo
32protocol unix 32protocol inet,inet6
33seccomp 33seccomp
34shell none 34shell none
35tracelog 35tracelog
36 36
37# private-bin transmission-remote 37# private-bin transmission-remote
38private-dev 38private-dev
39private-etc alternatives 39private-etc alternatives,hosts,nsswitch.conf
40private-lib 40private-lib
41private-tmp 41private-tmp
42 42
diff --git a/etc/transmission-show.profile b/etc/transmission-show.profile
index 58f7af47c..779606f04 100644
--- a/etc/transmission-show.profile
+++ b/etc/transmission-show.profile
@@ -19,7 +19,7 @@ include disable-programs.inc
19apparmor 19apparmor
20caps.drop all 20caps.drop all
21machine-id 21machine-id
22net none 22netfilter
23nodbus 23nodbus
24nodvd 24nodvd
25nonewprivs 25nonewprivs
@@ -28,13 +28,13 @@ nosound
28notv 28notv
29nou2f 29nou2f
30novideo 30novideo
31protocol unix 31protocol inet,inet6
32seccomp 32seccomp
33shell none 33shell none
34tracelog 34tracelog
35 35
36private-dev 36private-dev
37private-etc alternatives 37private-etc alternatives,hosts,nsswitch.conf
38private-lib 38private-lib
39private-tmp 39private-tmp
40 40