nixos/services/torrent/transmission.nix: add the web UI files to apparmor allowed paths

(cherry picked from commit f02264af8244de928c9c72bba3bbd35d2ccb0de4)
This commit is contained in:
Simon Thoby 2021-05-23 19:31:21 +02:00 committed by Bjørn Forsman
parent 32d2d13094
commit 9d0a88e91f

View File

@ -98,6 +98,8 @@ in stdenv.mkDerivation {
rwk /tmp/tr_session_id_*,
r /run/systemd/resolve/stub-resolv.conf,
r $out/share/transmission/web/**,
include <local/bin.transmission-daemon>
}
EOF