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

32 lines
676 B

{
"name": "evince"
, "path": "/usr/bin/evince"
, "paths": [
"/usr/bin/evince-thumbnailer"
, "/usr/bin/evince-previewer"
]
, "allow_files": true
, "xserver": {
"enabled": true
, "enable_tray": true
, "tray_icon":"/usr/share/icons/hicolor/48x48/apps/evince.png"
}
, "networking":{
"type":"empty"
}
, "whitelist": [
{"path":"/var/lib/oz/cells.d/evince-whitelist.seccomp"}
, {"path":"/var/lib/oz/cells.d/evince-blacklist.seccomp"}
]
, "blacklist": [
]
, "environment": [
]
, "seccomp": {
"mode":"whitelist"
, "enforce": true
, "seccomp_whitelist":"/var/lib/oz/cells.d/evince-whitelist.seccomp"
, "seccomp_blacklist":"/var/lib/oz/cells.d/evince-blacklist.seccomp"
}
}