mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
feat(profile): some dbus rule improvment.
This commit is contained in:
parent
1b8b52962b
commit
66aa230b90
@ -9,4 +9,14 @@
|
||||
member=Update
|
||||
peer=(name=org.freedesktop.DBus, label=gnome-shell),
|
||||
|
||||
dbus receive bus=session path=/com/canonical/unity/launcherentry/@{int}
|
||||
interface=com.canonical.dbusmenu
|
||||
member={GetLayout,GetGroupProperties}
|
||||
peer=(name=:*, label=gnome-shell),
|
||||
|
||||
dbus receive bus=session path=/com/canonical/unity/launcherentry/@{int}
|
||||
interface=org.freedesktop.DBus.Properties
|
||||
member=GetAll
|
||||
peer=(name=:*, label=gnome-shell),
|
||||
|
||||
include if exists <abstractions/bus/com.canonical.Unity.LauncherEntry.d>
|
||||
|
@ -12,7 +12,7 @@ profile gvfs-goa-volume-monitor @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/bus-session>
|
||||
|
||||
# dbus: own bus=session name=org.gtk.vfs.GoaVolumeMonitor
|
||||
# dbus: own bus=session name=org.gtk.vfs.GoaVolumeMonitor interface=org.gtk.Private.RemoteVolumeMonitor path=/org/gtk/Private/RemoteVolumeMonitor
|
||||
|
||||
dbus receive bus=session
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
|
@ -16,7 +16,7 @@ profile gvfs-gphoto2-volume-monitor @{exec_path} {
|
||||
|
||||
network netlink raw,
|
||||
|
||||
# dbus: own bus=session name=org.gtk.vfs.GPhoto2VolumeMonitor
|
||||
# dbus: own bus=session name=org.gtk.vfs.GPhoto2VolumeMonitor interface=org.gtk.Private.RemoteVolumeMonitor path=/org/gtk/Private/RemoteVolumeMonitor
|
||||
|
||||
dbus receive bus=session
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
|
@ -15,7 +15,7 @@ profile gvfs-mtp-volume-monitor @{exec_path} {
|
||||
|
||||
network netlink raw,
|
||||
|
||||
# dbus: own bus=session name=org.gtk.vfs.MTPVolumeMonitor
|
||||
# dbus: own bus=session name=org.gtk.vfs.MTPVolumeMonitor interface=org.gtk.Private.RemoteVolumeMonitor path=/org/gtk/Private/RemoteVolumeMonitor
|
||||
|
||||
dbus receive bus=session
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
|
@ -30,8 +30,7 @@ profile gvfs-udisks2-volume-monitor @{exec_path} flags=(attach_disconnected) {
|
||||
|
||||
ptrace (read),
|
||||
|
||||
# dbus: own bus=session name=org.gtk.vfs.UDisks2VolumeMonitor
|
||||
|
||||
# dbus: own bus=session name=org.gtk.vfs.UDisks2VolumeMonitor interface=org.gtk.Private.RemoteVolumeMonitor path=/org/gtk/Private/RemoteVolumeMonitor
|
||||
# dbus: talk bus=system name=org.freedesktop.UDisks2 label=udisksd
|
||||
|
||||
dbus receive bus=session
|
||||
@ -50,7 +49,6 @@ profile gvfs-udisks2-volume-monitor @{exec_path} flags=(attach_disconnected) {
|
||||
|
||||
/ r,
|
||||
/etc/fstab r,
|
||||
/etc/machine-id r,
|
||||
|
||||
# Mount points
|
||||
@{MOUNTS}/**/ r,
|
||||
|
Loading…
Reference in New Issue
Block a user