-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathchromium.json
43 lines (40 loc) · 982 Bytes
/
chromium.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
41
42
43
{
"name": "chromium"
, "path": "/usr/bin/chromium"
, "reject_user_args": true
, "default_params": [
"--disable-background-mode"
, "--disable-device-discovery"
, "--disable-gpu"
, "--incognito"
, "file:///usr/share/sgos/landing/clearnet.html"
]
, "xserver": {
"enabled": true
, "audio_mode": "pulseaudio"
, "tray_icon":"/usr/share/icons/hicolor/256x256/apps/chromium.png"
, "notifications": true
}
, "networking":{
"type": "bridge"
, "bridge": "clear"
}
, "whitelist": [
{"path": "/etc/chromium.d/", "read_only": true, "ignore": true}
, {"path": "/var/run/NetworkManager/", "target": "/run/resolvconf/", "force": true}
, {"path": "/usr/lib/chromium/chrome-sandbox", "allow_suid": true, "force": true}
, {"path": "${HOME}/.config/chromium", "can_create": true}
]
, "shared_folders": [
"${XDG_DOWNLOAD_DIR}"
]
, "blacklist": [
{"path":"/run/resolvconf/private-dhcp"}
,{"path":"/run/resolvconf/devices"}
]
, "environment": [
]
, "seccomp": {
"mode":"disabled"
}
}