mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-03-03 14:14:43 +01:00
feat(profile): improve libreoffice, add missing dbus access.
This commit is contained in:
parent
80e85769ce
commit
e6752cb4b9
1 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,13 @@ include <tunables/global>
|
|||
profile libreoffice @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/audio-client>
|
||||
include <abstractions/bus-accessibility>
|
||||
include <abstractions/bus-session>
|
||||
include <abstractions/bus/org.a11y>
|
||||
include <abstractions/bus/org.freedesktop.Avahi>
|
||||
include <abstractions/bus/org.freedesktop.portal.Desktop>
|
||||
include <abstractions/bus/org.gnome.SessionManager>
|
||||
include <abstractions/bus/org.gtk.vfs.MountTracker>
|
||||
include <abstractions/cups-client>
|
||||
include <abstractions/dconf-write>
|
||||
include <abstractions/desktop>
|
||||
|
@ -30,7 +36,7 @@ profile libreoffice @{exec_path} {
|
|||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
#aa:dbus own bus=session name=org.libreoffice.LibreOfficeIpc0
|
||||
#aa:dbus own bus=session name=org.libreoffice interface+=org.gtk.Actions
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue