mirror of https://github.com/xSmurf/oz.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.0 KiB
40 lines
1.0 KiB
{
|
|
"name": "gajim"
|
|
, "path": "/usr/bin/gajim"
|
|
, "paths": [
|
|
"/usr/bin/gajim-history-manager"
|
|
, "/usr/bin/gajim-remote"
|
|
]
|
|
, "xserver": {
|
|
"enabled": true
|
|
, "enable_tray": true
|
|
, "tray_icon":"/usr/share/icons/gnome-colors-common/scalable/apps/gajim.svg"
|
|
}
|
|
, "networking":{
|
|
"type":"empty"
|
|
, "sockets": [
|
|
{"type":"client", "proto":"tcp", "port":9050}
|
|
]
|
|
}
|
|
, "whitelist": [
|
|
{"path":"/run/resolvconf"}
|
|
, {"path":"/run/user/${UID}/keyring-*"}
|
|
, {"path":"${HOME}/.local/share/gajim"}
|
|
, {"path":"${HOME}/.cache/gajim"}
|
|
, {"path":"${HOME}/.config/gajim"}
|
|
, {"path":"${HOME}/.local/share/keyrings"}
|
|
, {"path":"/var/lib/oz/cells.d/gajim.json"}
|
|
, {"path":"/var/lib/oz/cells.d/generic-blacklist.seccomp"}
|
|
]
|
|
, "blacklist": [
|
|
{"path":"/run/user/${UID}/keyring-*/ssh"}
|
|
, {"path":"/run/user/${UID}/keyring-*/pkcs11"}
|
|
, {"path":"/run/user/${UID}/keyring-*/gpg"}
|
|
]
|
|
, "seccomp": {
|
|
"mode":"blacklist"
|
|
, "enforce": true
|
|
, "seccomp_whitelist":""
|
|
, "seccomp_blacklist":"/var/lib/oz/cells.d/generic-blacklist.seccomp"}
|
|
}
|