feat(profiles): dpkg-status -> needrestart-dpkg-status

This commit is contained in:
Alexandre Pujol 2022-05-02 17:34:58 +01:00
parent c950c74bf7
commit 90ae1ad454
Failed to generate hash of commit

View file

@ -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>
}