mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-13 07:47:27 +01:00
Moved dbus-send to the abstraction
This commit is contained in:
parent
0525e51cde
commit
6c211f4d27
4 changed files with 1 additions and 7 deletions
|
@ -9,7 +9,7 @@
|
|||
include <abstractions/nameservice-strict>
|
||||
|
||||
@{bin}/dbus-launch mix,
|
||||
@{bin}/dbus-send mix,
|
||||
@{bin}/dbus-send mrix,
|
||||
|
||||
@{bin}/dbus-daemon Px -> dbus-session,
|
||||
|
||||
|
|
|
@ -65,8 +65,6 @@ profile xdg-mime @{exec_path} flags=(attach_disconnected) {
|
|||
include <abstractions/bus-session>
|
||||
include <abstractions/consoles>
|
||||
|
||||
@{bin}/dbus-send mr,
|
||||
|
||||
include if exists <local/xdg-mime_bus>
|
||||
}
|
||||
|
||||
|
|
|
@ -44,8 +44,6 @@ profile xdg-open @{exec_path} flags=(attach_disconnected) {
|
|||
include <abstractions/bus-session>
|
||||
include <abstractions/consoles>
|
||||
|
||||
@{bin}/dbus-send mr,
|
||||
|
||||
include if exists <local/xdg-open_bus>
|
||||
}
|
||||
|
||||
|
|
|
@ -59,8 +59,6 @@ profile xdg-settings @{exec_path} {
|
|||
include <abstractions/bus-session>
|
||||
include <abstractions/consoles>
|
||||
|
||||
@{bin}/dbus-send mr,
|
||||
|
||||
include if exists <local/xdg-settings_bus>
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue