mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
transmission: fix BindReadOnlyPaths=
This commit is contained in:
parent
2a49db6a89
commit
f6c3d4f723
1 changed files with 1 additions and 3 deletions
|
@ -225,9 +225,7 @@ in
|
|||
# No confinement done of /nix/store here like in systemd-confinement.nix,
|
||||
# an AppArmor profile is provided to get a confinement based upon paths and rights.
|
||||
builtins.storeDir
|
||||
"-/etc/hosts"
|
||||
"-/etc/ld-nix.so.preload"
|
||||
"-/etc/localtime"
|
||||
"/etc"
|
||||
] ++
|
||||
optional (cfg.settings.script-torrent-done-enabled &&
|
||||
cfg.settings.script-torrent-done-filename != "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue