diff --git a/image/solus-image-creator.py b/image/solus-image-creator.py --- a/image/solus-image-creator.py +++ b/image/solus-image-creator.py @@ -880,7 +880,7 @@ # Perform AoT compilation of AppArmor parser_path = os.path.join(get_image_root(), "sbin/apparmor_parser") if os.path.exists(parser_path): - run_chroot("/usr/sbin/aa-lsm-hook-compile") + run_chroot("/usr/sbin/aa-lsm-hook") run_chroot("touch /etc/.updated -r /etc")