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.
34 lines
783 B
34 lines
783 B
{
|
|
"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"
|
|
, "disable_audio":true
|
|
}
|
|
, "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"}
|
|
]
|
|
, "blacklist": [
|
|
{"path":"/run/user/${UID}/keyring-*/ssh"}
|
|
, {"path":"/run/user/${UID}/keyring-*/pkcs11"}
|
|
, {"path":"/run/user/${UID}/keyring-*/gpg"}
|
|
]
|
|
}
|