mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
feat(profiles): ensure ibus-daemon integration with Ubuntu.
This commit is contained in:
parent
71934a5a29
commit
c15f2fbb7b
1 changed files with 3 additions and 3 deletions
|
@ -43,11 +43,11 @@ profile ibus-daemon @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
dbus bind bus=session name=org.freedesktop.IBus,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{libexec}/ibus-* rPx,
|
||||
@{exec_path} mrix,
|
||||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}lib/ibus/ibus-* rPx,
|
||||
@{libexec}/ibus-* rPx,
|
||||
|
||||
/usr/share/ibus/{,**} r,
|
||||
/usr/share/ibus-table/tables/ r,
|
||||
|
|
Loading…
Reference in a new issue