summary refs log tree commit diff
path: root/nixos/modules/services/torrent/transmission.nix
diff options
context:
space:
mode:
authorRicardo M. Correia <rcorreia@wizy.org>2018-04-13 20:50:30 +0200
committerRicardo M. Correia <rcorreia@wizy.org>2018-04-13 20:53:34 +0200
commit0f3a6284001632f5b3f4928cef4692ee0a8b0220 (patch)
tree4be0b4ffecd5902a31d3a34d8939bb63168a9579 /nixos/modules/services/torrent/transmission.nix
parent800cb8ae71425a655e34f32dcbdce9fcb3cfe143 (diff)
downloadnixpkgs-0f3a6284001632f5b3f4928cef4692ee0a8b0220.tar
nixpkgs-0f3a6284001632f5b3f4928cef4692ee0a8b0220.tar.gz
nixpkgs-0f3a6284001632f5b3f4928cef4692ee0a8b0220.tar.bz2
nixpkgs-0f3a6284001632f5b3f4928cef4692ee0a8b0220.tar.lz
nixpkgs-0f3a6284001632f5b3f4928cef4692ee0a8b0220.tar.xz
nixpkgs-0f3a6284001632f5b3f4928cef4692ee0a8b0220.tar.zst
nixpkgs-0f3a6284001632f5b3f4928cef4692ee0a8b0220.zip
nixos/transmission: fix AppArmor profile to include libkrb5
Diffstat (limited to 'nixos/modules/services/torrent/transmission.nix')
-rw-r--r--nixos/modules/services/torrent/transmission.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/torrent/transmission.nix b/nixos/modules/services/torrent/transmission.nix
index 0998d5a7107..3564afd77f4 100644
--- a/nixos/modules/services/torrent/transmission.nix
+++ b/nixos/modules/services/torrent/transmission.nix
@@ -147,6 +147,7 @@ in
           ${getLib pkgs.libcap}/lib/libcap*.so*            mr,
           ${getLib pkgs.attr}/lib/libattr*.so*             mr,
           ${getLib pkgs.lz4}/lib/liblz4*.so*               mr,
+          ${getLib pkgs.libkrb5}/lib/lib*.so*              mr,
 
           @{PROC}/sys/kernel/random/uuid   r,
           @{PROC}/sys/vm/overcommit_memory r,