mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
feat(profiles): dpkg-status -> needrestart-dpkg-status
This commit is contained in:
parent
c950c74bf7
commit
90ae1ad454
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ abi <abi/3.0>,
|
|||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}lib/needrestart/dpkg-status
|
||||
profile dpkg-status @{exec_path} {
|
||||
profile needrestart-dpkg-status @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
|
@ -19,5 +19,5 @@ profile dpkg-status @{exec_path} {
|
|||
|
||||
@{run}/needrestart/{,**} rw,
|
||||
|
||||
include if exists <local/dpkg-status>
|
||||
include if exists <local/needrestart-dpkg-status>
|
||||
}
|
Loading…
Reference in a new issue