16 lines
532 B
Diff
16 lines
532 B
Diff
|
diff --git a/apparmor.d/tunables/multiarch.d/system b/apparmor.d/tunables/multiarch.d/system
|
||
|
index be37123f..1d61a671 100644
|
||
|
--- a/apparmor.d/tunables/multiarch.d/system
|
||
|
+++ b/apparmor.d/tunables/multiarch.d/system
|
||
|
@@ -106,8 +106,8 @@
|
||
|
@{MOUNTS}=@{MOUNTDIRS}/*/ @{run}/user/@{uid}/gvfs/
|
||
|
|
||
|
# Common places for binaries and libraries across distributions
|
||
|
-@{bin}=/{,usr/}{,s}bin
|
||
|
-@{lib}=/{,usr/}lib{,exec,32,64}
|
||
|
+@{bin}=/nix/store/*/bin
|
||
|
+@{lib}=/nix/store/*/lib
|
||
|
|
||
|
# Common places for temporary files
|
||
|
@{tmp}=/tmp/ /tmp/user/@{uid}/
|