Skip to content

Commit

Permalink
Make tests apparmor platform dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
teacup-on-rockingchair committed Feb 4, 2024
1 parent 21f2fbd commit de47285
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# platform: package[apparmor]

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

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

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

0 comments on commit de47285

Please sign in to comment.