feat(profile): needrestart improve mqueue rule.

This commit is contained in:
Alexandre Pujol 2024-11-29 15:41:54 +00:00 committed by Alex
parent 212b8dcf54
commit 94bf2495e3
2 changed files with 1 additions and 5 deletions

View file

@ -22,7 +22,7 @@ profile needrestart @{exec_path} flags=(attach_disconnected) {
ptrace (read), ptrace (read),
mqueue r type=posix /, mqueue (r,getattr) type=posix /,
@{exec_path} mrix, @{exec_path} mrix,

View file

@ -5,10 +5,6 @@
load common load common
setup_file() {
skip "mqueue raised despite the rule being present. See https://gitlab.com/apparmor/apparmor/-/issues/362"
}
@test "needrestart: List outdated processes" { @test "needrestart: List outdated processes" {
needrestart needrestart
} }