mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-03 08:45:06 +01:00
feat(profile): improve libreoffice tmp files.
This commit is contained in:
parent
d30b673e99
commit
8f904132e1
1 changed files with 4 additions and 3 deletions
|
@ -83,12 +83,13 @@ profile libreoffice @{exec_path} {
|
|||
owner @{user_share_dirs}/user-places.xbel r,
|
||||
|
||||
owner @{tmp}/ r,
|
||||
owner @{tmp}/@{rand6} rwk,
|
||||
owner @{tmp}/*.tmp/{,**} rwk,
|
||||
owner @{tmp}/OSL_PIPE_@{uid}_SingleOfficeIPC_@{hex} w,
|
||||
owner @{tmp}/.java_pid@{int}{,.tmp} rw,
|
||||
owner @{tmp}/@{rand6} rwk,
|
||||
owner @{tmp}/@{u64} rw,
|
||||
owner @{tmp}/*.tmp/{,**} rwk,
|
||||
owner @{tmp}/hsperfdata_@{user}/ rw,
|
||||
owner @{tmp}/hsperfdata_@{user}/@{int} rwk,
|
||||
owner @{tmp}/OSL_PIPE_@{uid}_SingleOfficeIPC_@{hex} w,
|
||||
|
||||
owner @{run}/user/@{uid}/#@{int} rw,
|
||||
|
||||
|
|
Loading…
Reference in a new issue