Skip to content

Commit

Permalink
Merge pull request #12526 from alanmcanonical/aa_remove_leftover
Browse files Browse the repository at this point in the history
Remove unnecessary apparmor-utils pkg
  • Loading branch information
dodys authored Oct 23, 2024
2 parents c455adf + aaa5e75 commit 6ab815a
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
Expand Up @@ -3,7 +3,7 @@
# check-import = stdout

# If apparmor or apparmor-utils are not installed, then this test fails.
{{{ bash_package_installed("apparmor") }}} && {{{ bash_package_installed("apparmor-utils") }}}
{{{ bash_package_installed("apparmor") }}}
if [ $? -ne 0 ]; then
exit ${XCCDF_RESULT_FAIL}
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# check-import = stdout

# If apparmor or apparmor-utils are not installed, then this test fails.
{{{ bash_package_installed("apparmor") }}} && {{{ bash_package_installed("apparmor-utils") }}}
{{{ bash_package_installed("apparmor") }}}
if [ $? -ne 0 ]; then
exit ${XCCDF_RESULT_FAIL}
fi
Expand Down

0 comments on commit 6ab815a

Please sign in to comment.