Skip to content

Commit

Permalink
Remove unnecessary apparmor-utils pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmcanonical committed Oct 22, 2024
1 parent c455adf commit aaa5e75
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 aaa5e75

Please sign in to comment.