diff --git a/apparmor.d/groups/systemd/systemd-sleep-grub2 b/apparmor.d/groups/systemd/systemd-sleep-grub2 index ea2cc419..9c94e172 100644 --- a/apparmor.d/groups/systemd/systemd-sleep-grub2 +++ b/apparmor.d/groups/systemd/systemd-sleep-grub2 @@ -7,7 +7,7 @@ abi , include @{exec_path} = /{usr/,}lib/systemd/system-sleep/grub2.sleep -profile systemd-sleep-nvidia @{exec_path} { +profile systemd-sleep-grub @{exec_path} { include @{exec_path} mr, @@ -20,5 +20,5 @@ profile systemd-sleep-nvidia @{exec_path} { @{PROC}/@{pid}/maps r, - include if exists + include if exists } \ No newline at end of file