Skip to content

Commit

Permalink
App armor has moved to a tristate check to enable
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGillion <[email protected]>
  • Loading branch information
brianmcgillion committed Dec 31, 2024
1 parent 97eec1d commit 1c3544f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
## Apparmor profile for Chromium
config.security.apparmor.policies."bin.chrome" = lib.mkIf config.ghaf.security.apparmor.enable {
enforce = lib.mkForce true;
state = "enforce";
profile = ''
abi <abi/3.0>,
include <tunables/global>
Expand Down

0 comments on commit 1c3544f

Please sign in to comment.