feat(profile): update libreoffice.

see #470
This commit is contained in:
Alexandre Pujol 2024-09-08 12:38:54 +01:00
parent 7b04e28835
commit 54e013824e
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -15,6 +15,8 @@ profile libreoffice @{exec_path} {
include <abstractions/dconf-write> include <abstractions/dconf-write>
include <abstractions/desktop> include <abstractions/desktop>
include <abstractions/enchant> include <abstractions/enchant>
include <abstractions/fontconfig-cache-read>
include <abstractions/graphics>
include <abstractions/nameservice-strict> include <abstractions/nameservice-strict>
include <abstractions/ssl_certs> include <abstractions/ssl_certs>
include <abstractions/user-read-strict> include <abstractions/user-read-strict>
@ -41,9 +43,9 @@ profile libreoffice @{exec_path} {
@{open_path} rPx -> child-open-browsers, @{open_path} rPx -> child-open-browsers,
@{bin}/gpg rPx,
@{bin}/gpgconf rPx, @{bin}/gpgconf rPx,
@{bin}/gpgsm rPx, @{bin}/gpgsm rPx,
@{bin}/gpg rPx,
@{lib}/libreoffice/program/javaldx rix, @{lib}/libreoffice/program/javaldx rix,
@{lib}/libreoffice/program/oosplash rix, @{lib}/libreoffice/program/oosplash rix,
@ -70,6 +72,10 @@ profile libreoffice @{exec_path} {
owner @{user_config_dirs}/libreoffice/ rw, owner @{user_config_dirs}/libreoffice/ rw,
owner @{user_config_dirs}/libreoffice/** rwk, owner @{user_config_dirs}/libreoffice/** rwk,
owner @{user_config_dirs}/kcminputrc r,
owner @{user_config_dirs}/kdedefaults/kcminputrc r,
owner @{tmp}/ r,
owner @{tmp}/@{rand6} rwk, owner @{tmp}/@{rand6} rwk,
owner @{tmp}/*.tmp/{,**} rwk, owner @{tmp}/*.tmp/{,**} rwk,
owner @{tmp}/OSL_PIPE_@{uid}_SingleOfficeIPC_@{hex} w, owner @{tmp}/OSL_PIPE_@{uid}_SingleOfficeIPC_@{hex} w,