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/xchat.json

27 lines
528 B

{
"path": "/usr/bin/xchat"
, "xserver": {
"enabled": true
, "enable_tray": true
, "tray_icon": "/usr/share/icons/gnome-colors-common/scalable/apps/xchat.svg"
}
, "networking":{
"type":"empty"
, "sockets": [
{"type":"client", "destination": "10.10.0.90", "proto":"tcp", "port":57000}
]
}
, "whitelist": [
{"path":"${HOME}/.xpra/xchat"}
, {"path":"${HOME}/.xchat2"}
, {"path":"${HOME}/.config/gtk-3.0"}
, {"path":"${HOME}/.config/gtk-2.0"}
]
, "blacklist": [
]
, "seccomp": {
"mode":"blacklist"
, "enforce": true
}