feat(profile): use profile variable in rules such as in dbus, ptrace, unix...
This commit is contained in:
parent
f717ea7383
commit
04b6cade64
72 changed files with 152 additions and 151 deletions
|
|
@ -4,22 +4,22 @@
|
|||
|
||||
abi <abi/4.0>,
|
||||
|
||||
#aa:dbus common bus=system name=org.freedesktop.PolicyKit1 label=polkitd
|
||||
#aa:dbus common bus=system name=org.freedesktop.PolicyKit1 label="@{p_polkitd}"
|
||||
|
||||
dbus receive bus=system path=/org/freedesktop/PolicyKit1/Authority
|
||||
interface=org.freedesktop.PolicyKit1.Authority
|
||||
member=Changed
|
||||
peer=(name="@{busname}", label=polkitd),
|
||||
peer=(name="@{busname}", label="@{p_polkitd}"),
|
||||
|
||||
dbus send bus=system path=/org/freedesktop/PolicyKit1/Authority
|
||||
interface=org.freedesktop.PolicyKit1.Authority
|
||||
member=CheckAuthorization
|
||||
peer=(name=org.freedesktop.PolicyKit1, label=polkitd),
|
||||
peer=(name=org.freedesktop.PolicyKit1, label="@{p_polkitd}"),
|
||||
|
||||
dbus send bus=system path=/org/freedesktop/PolicyKit1/Authority
|
||||
interface=org.freedesktop.PolicyKit1.Authority
|
||||
member=CheckAuthorization
|
||||
peer=(name="@{busname}", label=polkitd),
|
||||
peer=(name="@{busname}", label="@{p_polkitd}"),
|
||||
dbus send bus=system path=/org/freedesktop/PolicyKit1/Authority
|
||||
interface=org.freedesktop.PolicyKit1.Authority
|
||||
member=CheckAuthorization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue