-
Notifications
You must be signed in to change notification settings - Fork 6
/
google-chrome.json
40 lines (40 loc) · 984 Bytes
/
google-chrome.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "google-chrome-stable"
, "path": "/usr/bin/google-chrome-stable"
, "reject_user_args": true
, "default_params": [
"--disable-background-mode"
, "--disable-device-discovery"
, "--disable-gpu"
, "--incognito"
, "file:///var/lib/sgos/news/news.html"
]
, "xserver": {
"enabled": true
, "audio_mode": "pulseaudio"
, "enable_tray": false
, "tray_icon":"/usr/share/icons/hicolor/256x256/apps/google-chrome.png"
, "notifications": true
}
, "networking":{
"type":"bridge"
,"bridge":"clear"
}
, "whitelist": [
{"path": "/var/lib/sgos/news/", "ignore":true}
, {"path": "/opt/google/chrome/", "read_only": true, "allow_suid": true, "force": true}
, {"path": "${HOME}/.config/google-chrome", "can_create": true}
, {"path": "/var/run/NetworkManager/", "target": "/run/resolvconf/", "force": true}
]
, "shared_folders": [
"${XDG_DOWNLOAD_DIR}"
]
, "blacklist": [
{"path": "/run/resolvconf/private-dhcp"}
]
, "environment": [
]
, "seccomp": {
"mode":"disabled"
}
}