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.
subgraph-oz/profiles/gajim.json

34 lines
1.1 KiB

{
"path": "/usr/bin/gajim"
, "xserver": {
"enabled": true
, "enable_tray": true
, "tray_icon":"/usr/share/icons/gnome-colors-common/scalable/apps/gajim.svg"
, "disable_audio":true
}
, "network":{
"nettype":"empty"
, "sockets": [
{"nettype":"client", "proto":"tcp", "port":9050}
, {"nettype":"client", "destination": "xmpp.lalonde.me", "proto":"tcp", "port":5222}
, {"nettype":"client", "destination": "xmpp.lalonde.me", "proto":"tcp", "port":5269}
, {"nettype":"client", "destination": "xmpp.lalonde.me", "proto":"tcp", "port":5000}
, {"nettype":"client", "destination": "xmpp.lalonde.me", "proto":"tcp", "port":5280}
, {"nettype":"client", "destination": "xmpp.lalonde.me", "proto":"tcp", "port":5281}
]
}
, "whitelist": [
{"source":"/run/resolvconf"}
, {"source":"/run/user/${UID}/keyring-*"}
, {"source":"${HOME}/.local/share/gajim"}
, {"source":"${HOME}/.cache/gajim"}
, {"source":"${HOME}/.config/gajim"}
, {"source":"${HOME}/.local/share/keyrings"}
]
, "blacklist": [
{"source":"/run/user/${UID}/keyring-*/ssh"}
, {"source":"/run/user/${UID}/keyring-*/pkcs11"}
, {"source":"/run/user/${UID}/keyring-*/gpg"}
]
}