fix: systemd-sleep-grub name.

This commit is contained in:
Alexandre Pujol 2023-02-05 00:23:20 +00:00
parent 459bfa2217
commit 1ff3636fb5
Failed to generate hash of commit

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global> include <tunables/global>
@{exec_path} = /{usr/,}lib/systemd/system-sleep/grub2.sleep @{exec_path} = /{usr/,}lib/systemd/system-sleep/grub2.sleep
profile systemd-sleep-nvidia @{exec_path} { profile systemd-sleep-grub @{exec_path} {
include <abstractions/base> include <abstractions/base>
@{exec_path} mr, @{exec_path} mr,
@ -20,5 +20,5 @@ profile systemd-sleep-nvidia @{exec_path} {
@{PROC}/@{pid}/maps r, @{PROC}/@{pid}/maps r,
include if exists <local/systemd-sleep-nvidia> include if exists <local/systemd-sleep-grub>
} }