-
Notifications
You must be signed in to change notification settings - Fork 6
/
libreoffice.json
46 lines (45 loc) · 1.1 KB
/
libreoffice.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "libreoffice"
, "path": "/usr/bin/libreoffice"
, "paths": [
"/usr/bin/lowriter"
, "/usr/bin/lobase"
, "/usr/bin/localc"
, "/usr/share/libreoffice/bin/lo-xlate-lang"
, "/usr/bin/loffice"
, "/usr/bin/unopkg"
, "/usr/bin/lofromtemplate"
, "/usr/bin/soffice"
, "/usr/bin/lodraw"
, "/usr/bin/loimpress"
, "/usr/bin/lomath"
, "/usr/bin/loweb"
, "/usr/bin/lowriter"
]
, "_unused": [
"/usr/share/libreoffice/bin/lo-xlate-lang"
]
, "allow_files": true
, "xserver": {
"enabled": true
, "enable_tray": false
, "tray_icon":"/usr/share/icons/gnome/scalable/apps/libreoffice-startcenter.svg"
, "window_icon":"/usr/share/icons/gnome/scalable/apps/libreoffice-startcenter.svg"
}
, "networking":{
"type":"empty"
}
, "whitelist": [
{"path": "/etc/libreoffice/", "read_only": true, "ignore": true}
, {"path": "${HOME}/.config/libreoffice", "can_create": true}
, {"path":"/var/lib/oz/cells.d/libreoffice-whitelist.seccomp", "read_only": true}
]
, "shared_folders": [
"${XDG_DOCUMENTS_DIR}"
]
, "seccomp": {
"mode":"whitelist"
, "whitelist":"/var/lib/oz/cells.d/libreoffice-whitelist.seccomp"
, "enforce": true
}
}