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

37 lines
738 B

{
"path": "/usr/bin/liferea"
, "_wrapper": "/usr/bin/torify"
, "xserver": {
"enabled": true
, "enable_tray": true
, "tray_icon":"/usr/share/icons/hicolor/scalable/apps/liferea.svg"
}
, "networking":{
"type":"bridge"
, "sockets": [
{"type":"client", "proto":"tcp", "port":9050}
]
}
, "whitelist": [
{"path":"/run/resolvconf"}
, {"path":"${HOME}/.local/share/liferea"}
, {"path":"${HOME}/.cache/liferea"}
, {"path":"${HOME}/.config/liferea"}
, {"path":"${HOME}/.config/gtk-3.0"}
, {"path":"${HOME}/.config/gtk-2.0"}
, {"path":"${HOME}/.config/dconf"}
, {"path":"${HOME}/.cache/dconf"}
, {"path":"/run/user/${UID}/dconf"}
]
, "blacklist": [
]
, "_environment": [
]
, "seccomp": {
"mode":"blacklist"
, "enforce": true
}