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.
31 lines
658 B
31 lines
658 B
{
|
|
"name": "eog"
|
|
, "path": "/usr/bin/eog"
|
|
, "allow_files": true
|
|
, "xserver": {
|
|
"enabled": true
|
|
, "enable_tray": false
|
|
, "tray_icon":"/usr/share/icons/hicolor/scalable/apps/eog.svg"
|
|
}
|
|
, "networking":{
|
|
"type":"empty"
|
|
}
|
|
, "whitelist": [
|
|
{"path":"${HOME}/.config/gtk-3.0/gtk.css"}
|
|
|
|
, {"path":"/var/lib/oz/cells.d/eog-whitelist.seccomp"}
|
|
]
|
|
, "blacklist": [
|
|
]
|
|
, "environment": [
|
|
{"name":"GTK_THEME", "value":"Adwaita:dark"}
|
|
, {"name":"GTK2_RC_FILES", "value":"/usr/share/themes/Darklooks/gtk-2.0/gtkrc"}
|
|
]
|
|
, "seccomp": {
|
|
"mode":"whitelist"
|
|
, "enforce": true
|
|
, "seccomp_whitelist":"/var/lib/oz/cells.d/eog-whitelist.seccomp"
|
|
, "seccomp_blacklist":""
|
|
}
|
|
}
|