security.apparmor.enableCache

NixOS option

Whether to enable caching of AppArmor policies in /var/cache/apparmor/. Beware that AppArmor policies almost always contain Nix store paths, and thus produce at each change of these paths a new cached version accumulating in the cache.

type: boolean
Default
false
Example
true
declared in: nixos/modules/security/apparmor.nixView source on NixOS/nixpkgs →