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.
26 lines
578 B
26 lines
578 B
{
|
|
"path": "/usr/bin/pidgin"
|
|
, "xserver": {
|
|
"enabled": true
|
|
, "enable_tray": true
|
|
, "tray_icon":"/usr/share/icons/gnome-colors-common/scalable/apps/pidgin-menu.svg"
|
|
}
|
|
, "networking":{
|
|
"type":"bridge"
|
|
}
|
|
, "whitelist": [
|
|
{"path":"${HOME}/.purple"}
|
|
,{"path":"/var/lib/oz/cells.d/pidgin.json"}
|
|
,{"path":"/var/lib/oz/cells.d/generic-blacklist.seccomp"}
|
|
]
|
|
, "blacklist": [
|
|
]
|
|
, "environment": [
|
|
]
|
|
, "seccomp": {
|
|
"mode":"blacklist"
|
|
, "enforce": true
|
|
, "seccomp_whitelist":""
|
|
, "seccomp_blacklist":"/var/lib/oz/cells.d/generic-blacklist.seccomp"}
|
|
}
|