Skip to content

Commit

Permalink
Merge pull request #12478 from alanmcanonical/default_apparmor_enforce
Browse files Browse the repository at this point in the history
[ubuntu] Set the default behaviour of AppArmor to enforce
  • Loading branch information
dodys authored Oct 10, 2024
2 parents e2ea33b + a7c69e2 commit 50b92cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion products/ubuntu2004/profiles/cis_level1_server.profile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ selections:
- grub2_enable_apparmor

#### 1.7.1.3 Ensure all AppArmor Profiles are in enforce or complain mode (Automated)
- var_apparmor_mode=complain
- var_apparmor_mode=enforce
- all_apparmor_profiles_in_enforce_complain_mode

#### 1.7.1.4 Ensure all AppArmor Profiles are enforcing (Automated)
Expand Down
2 changes: 1 addition & 1 deletion products/ubuntu2204/profiles/cis_level1_server.profile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ selections:
- grub2_enable_apparmor

#### 1.6.1.3 Ensure all AppArmor Profiles are in enforce or complain mode (Automated)
- var_apparmor_mode=complain
- var_apparmor_mode=enforce
- all_apparmor_profiles_in_enforce_complain_mode

#### 1.6.1.4 Ensure all AppArmor Profiles are enforcing (Automated)
Expand Down

0 comments on commit 50b92cd

Please sign in to comment.