nixos/services/torrent/transmission.nix: add the web UI files to apparmor allowed paths
(cherry picked from commit f02264af8244de928c9c72bba3bbd35d2ccb0de4)
This commit is contained in:
parent
32d2d13094
commit
9d0a88e91f
@ -98,6 +98,8 @@ in stdenv.mkDerivation {
|
|||||||
rwk /tmp/tr_session_id_*,
|
rwk /tmp/tr_session_id_*,
|
||||||
r /run/systemd/resolve/stub-resolv.conf,
|
r /run/systemd/resolve/stub-resolv.conf,
|
||||||
|
|
||||||
|
r $out/share/transmission/web/**,
|
||||||
|
|
||||||
include <local/bin.transmission-daemon>
|
include <local/bin.transmission-daemon>
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user