Last active
November 20, 2017 07:56
-
-
Save unsigned-nerd/a288dd9b3df6b2df3996adb1d963cd7b to your computer and use it in GitHub Desktop.
/var/lib/oz/cells.d/signal-desktop.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"path": "/usr/local/bin/signal-desktop" | |
, "xserver": { | |
"enabled": true | |
, "enable_tray": false | |
, "enable_notifications": true | |
} | |
, "networking":{ | |
"type":"host" | |
} | |
, "whitelist": [ | |
{"path":"${HOME}/.config/Signal", "can_create": true} | |
, {"path":"/opt/Signal", "read_only": true} | |
] | |
, "blacklist": [ | |
] | |
, "environment": [ | |
] | |
, "seccomp": { | |
"mode":"blacklist" | |
, "enforce": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment