This commit is contained in:
Thibault Ayanides 2021-02-17 11:19:38 +01:00 committed by GitHub
parent 896d277d95
commit 460843ffb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ apply() {
IFS=$d_IFS IFS=$d_IFS
if [ $ERROR = 1 ]; then if [ $ERROR = 1 ]; then
$SUDO_CMD sed -i "s/GRUB_CMDLINE_LINUX=\"/GRUB_CMDLINE_LINUX=\"apparmor=1 security=apparmor/" /etc/default/grub $SUDO_CMD sed -i "s/GRUB_CMDLINE_LINUX=\"/GRUB_CMDLINE_LINUX=\"apparmor=1 security=apparmor /" /etc/default/grub
$SUDO_CMD update-grub $SUDO_CMD update-grub
else else
ok "$PACKAGES are configured" ok "$PACKAGES are configured"