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.

32 lines
739 B

{
"path": "/usr/local/bin/pond"
, "xserver": {
"enabled": true
, "enable_tray": true
, "tray_icon":"/usr/share/icons/gnome-colors-common/scalable/apps/office-mail.svg"
, "window_icon":"/usr/share/icons/gnome-colors-common/scalable/apps/office-mail.svg"
}
, "networking":{
"type":"empty"
, "sockets": [
{"type":"client", "proto":"tcp", "port":9050}
, {"type":"client", "proto":"tcp", "port":30003}
]
}
, "whitelist": [
{"path":"${HOME}/.pond"}
, {"path":"/opt/usr/share/gopkgs/pond"}
]
, "blacklist": [
]
, "environment": [
{"name":"GOPATH", "value":"/opt/usr/share/gopkgs/pond"}
, {"name":"TOR_SKIP_LAUNCH"}
, {"name":"TOR_SOCKS_HOST"}
, {"name":"TOR_SOCKS_PORT"}
]
, "seccomp": {
"mode":"blacklist"
, "enforce": true
}