Skip to content

Commit

Permalink
Fix tests packages header
Browse files Browse the repository at this point in the history
Correctly define the depending package to install in order to run all_apparmor_profiles_in_enforce_complain_mode tests
Thanks to @jan-cerny for pointing it out 🙇
  • Loading branch information
teacup-on-rockingchair committed Mar 6, 2024
1 parent 6a1ee02 commit 31aadb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platform: package[apparmor]
# packages = apparmor

#Replace apparmor definitions
apparmor_parser -q -r /etc/apparmor.d/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platform: package[apparmor]
# packages = apparmor

#Configure the OS to unload all AppArmor profiles
aa-teardown

0 comments on commit 31aadb6

Please sign in to comment.