-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgajim.json
40 lines (40 loc) · 948 Bytes
/
gajim.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
{
"name": "gajim"
, "path": "/usr/bin/gajim"
, "paths": [
"/usr/bin/gajim-history-manager"
, "/usr/bin/gajim-remote"
]
, "xserver": {
"enabled": true
, "enable_tray": false
, "tray_icon":"/usr/share/icons/gnome-colors-common/scalable/apps/gajim.svg"
, "enable_notifications": true
}
, "networking":{
"type":"empty"
, "sockets": [
{"type":"client", "proto":"tcp", "port":9050}
]
}
, "whitelist": [
{"path":"/run/user/${UID}/keyring/control"}
, {"path":"${HOME}/.local/share/gajim", "can_create":true}
, {"path":"${HOME}/.cache/gajim", "can_create":true}
, {"path":"${HOME}/.config/gajim", "can_create":true}
, {"path":"${HOME}/.local/share/keyrings", "ignore":true}
]
, "shared_folders": [
"${XDG_DOWNLOAD_DIR}"
]
, "blacklist": [
]
, "environment": [
{"name":"GNOME_KEYRING_SOCKET", "value":"/run/user/1000/keyring/control"}
, {"name":"GNOME_KEYRING_PID", "value":"6"}
]
, "seccomp": {
"mode":"blacklist"
, "enforce": true
}
}