From f27024f7c61164dbc10025cfb15459ed964ce927 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 13 Apr 2019 02:54:46 +0000 Subject: Fix networking for transmission-show and transmission-remote (#2646) * Fix networking for transmission-remote * Fix networking for transmission-show --- etc/transmission-remote.profile | 6 +++--- etc/transmission-show.profile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'etc') 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 apparmor caps.drop all machine-id -net none +netfilter nodbus nodvd nonewprivs @@ -29,14 +29,14 @@ nosound notv nou2f novideo -protocol unix +protocol inet,inet6 seccomp shell none tracelog # private-bin transmission-remote private-dev -private-etc alternatives +private-etc alternatives,hosts,nsswitch.conf private-lib private-tmp 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 apparmor caps.drop all machine-id -net none +netfilter nodbus nodvd nonewprivs @@ -28,13 +28,13 @@ nosound notv nou2f novideo -protocol unix +protocol inet,inet6 seccomp shell none tracelog private-dev -private-etc alternatives +private-etc alternatives,hosts,nsswitch.conf private-lib private-tmp -- cgit v1.2.3-54-g00ecf