aboutsummaryrefslogtreecommitdiffstats
path: root/etc/transmission-remote.profile
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/transmission-remote.profile
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/transmission-remote.profile')
-rw-r--r--etc/transmission-remote.profile6
1 files changed, 3 insertions, 3 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