New abstraction uim
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
f807d5a190
commit
a2a149e0b7
3 changed files with 18 additions and 12 deletions
|
|
@ -30,6 +30,7 @@ profile thunderbird @{exec_path} {
|
|||
include <abstractions/openssl>
|
||||
include <abstractions/ssl_certs>
|
||||
include <abstractions/thumbnails-cache-read>
|
||||
include <abstractions/uim>
|
||||
include <abstractions/user-download-strict>
|
||||
|
||||
# userns,
|
||||
|
|
@ -96,7 +97,6 @@ profile thunderbird @{exec_path} {
|
|||
/usr/share/qt5ct/** r,
|
||||
/usr/share/sounds/freedesktop/stereo/*.oga r,
|
||||
/usr/share/xul-ext/kwallet5/* r,
|
||||
/usr/share/uim/* r,
|
||||
|
||||
/etc/@{name}/{,**} r,
|
||||
/etc/fstab r,
|
||||
|
|
@ -105,12 +105,9 @@ profile thunderbird @{exec_path} {
|
|||
/etc/timezone r,
|
||||
/etc/xul-ext/kwallet5.js r,
|
||||
|
||||
/var/lib/uim/* r,
|
||||
owner /var/mail/* rwk,
|
||||
|
||||
owner @{HOME}/ r,
|
||||
owner @{HOME}/.uim.d/customs/* r,
|
||||
owner @{HOME}/.XCompose r,
|
||||
|
||||
owner @{user_config_dirs}/kwalletrc r,
|
||||
owner @{user_config_dirs}/mimeapps.list.* rw,
|
||||
|
|
@ -141,8 +138,7 @@ profile thunderbird @{exec_path} {
|
|||
owner /tmp/MozillaMailnews/*.msf rw,
|
||||
owner /tmp/Temp-@{uuid}/ rw,
|
||||
|
||||
@{run}/mount/utab r,
|
||||
owner @{run}/user/@{uid}/uim/socket/uim-helper rw,
|
||||
@{run}/mount/utab r,
|
||||
|
||||
@{sys}/cgroup/cpu,cpuacct/user.slice/cpu.cfs_quota_us r,
|
||||
@{sys}/fs/cgroup/cpu,cpuacct/cpu.cfs_quota_us r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue