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

31 lines
582 B

{
"path": "/usr/bin/iceweasel"
, "xserver": {
"enabled": true
, "enable_tray": true
, "tray_icon":"/usr/share/icons/hicolor/scalable/apps/iceweasel.svg"
}
, "networking":{
"type":"bridge"
, "sockets": [
{"type":"client", "proto":"tcp", "port":9050}
]
}
, "whitelist": [
{"path":"/run/resolvconf"}
, {"path":"${HOME}/.mozilla"}
, {"path":"${HOME}/.cache/mozilla"}
, {"path":"${HOME}/Downloads/"}
, {"path":"${HOME}/.config/gtk-3.0"}
, {"path":"${HOME}/.config/gtk-2.0"}
]
, "blacklist": [
]
, "environment": [
]
, "seccomp": {
"mode":"blacklist"
, "enforce": true
}