mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fix: systemd-sleep-grub name.
This commit is contained in:
parent
459bfa2217
commit
1ff3636fb5
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
}
|
}
|
Loading…
Reference in a new issue