mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Add fcitx5 dbus interface to fcitx abstraction
The new dbus interface is using session bus and supported by both fcitx4 & fcitx5.
This commit is contained in:
parent
aaad725ac0
commit
8605e68674
1 changed files with 13 additions and 0 deletions
|
@ -22,5 +22,18 @@
|
|||
|
||||
owner @{HOME}/.config/fcitx/dbus/* r,
|
||||
|
||||
# Allow access to the Fcitx portal, supported by fcitx/fcitx5
|
||||
dbus (send)
|
||||
bus=session
|
||||
path=/{,org/freedesktop/portal/}inputmethod
|
||||
interface=org.fcitx.Fcitx.InputMethod1
|
||||
member={CreateInputContext,Version}
|
||||
peer=(name=org.freedesktop.portal.Fcitx),
|
||||
|
||||
dbus (send, receive)
|
||||
bus=session
|
||||
path=/{,org/freedesktop/portal/}inputcontext/**
|
||||
interface=org.fcitx.Fcitx.InputContext1,
|
||||
|
||||
# Include additions to the abstraction
|
||||
include if exists <abstractions/fcitx-strict.d>
|
||||
|
|
Loading…
Add table
Reference in a new issue