mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
fix(systemd-oomd): remove double slash
Double slash caused the path to not work
This commit is contained in:
parent
aa0e33804a
commit
b66274b2ca
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ profile systemd-oomd @{exec_path} flags=(attach_disconnected) {
|
|||
@{sys}/fs/cgroup/cgroup.controllers r,
|
||||
@{sys}/fs/cgroup/memory.* r,
|
||||
@{sys}/fs/cgroup/system.slice/memory.* r,
|
||||
@{sys}/fs/cgroup/user.slice/{,**/}/memory.* r,
|
||||
@{sys}/fs/cgroup/user.slice/{,**/}memory.* r,
|
||||
|
||||
@{PROC}/pressure/cpu r,
|
||||
@{PROC}/pressure/io r,
|
||||
|
|
Loading…
Reference in a new issue