mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-24 03:48:13 +01:00
fix(profile): mqueue definition in needrestart.
Some checks failed
Ubuntu / check (push) Has been cancelled
Ubuntu / build (default, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (default, ubuntu-24.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Has been cancelled
Ubuntu / tests (push) Has been cancelled
Some checks failed
Ubuntu / check (push) Has been cancelled
Ubuntu / build (default, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (default, ubuntu-24.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Has been cancelled
Ubuntu / tests (push) Has been cancelled
This commit is contained in:
parent
c6a7879e02
commit
0b3c49d26a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ profile needrestart @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
ptrace read,
|
||||
|
||||
mqueue r type=posix /,
|
||||
mqueue (r,getattr) type=posix /,
|
||||
|
||||
@{exec_path} mrix,
|
||||
|
||||
|
|
Loading…
Reference in a new issue