feat(profiles): add support for distribution that use /usr/libexec.
This commit is contained in:
parent
7377aed016
commit
6aadd82293
57 changed files with 75 additions and 62 deletions
|
|
@ -6,7 +6,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}lib/gsd-print-notifications
|
||||
@{exec_path} = @{libexec}/gsd-print-notifications
|
||||
profile gsd-print-notifications @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
|
@ -18,7 +18,7 @@ profile gsd-print-notifications @{exec_path} flags=(attach_disconnected) {
|
|||
signal (send) set=(hup) peer=gsd-printer,
|
||||
|
||||
@{exec_path} mr,
|
||||
/{usr/,}lib/gsd-printer rPx,
|
||||
@{libexec}/gsd-printer rPx,
|
||||
|
||||
/etc/machine-id r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue