-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchromium-vpn.json
42 lines (40 loc) · 1.07 KB
/
chromium-vpn.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
{
"name": "chromium-vpn"
, "path": "/usr/bin/chromium-vpn"
, "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":"chromium-vpn"
,"vpn": {"type":"openvpn", "configpath":"VPN/VPN.ovpn",
"authfile":"VPN/auth.txt"}
}
, "whitelist": [
{"path": "/etc/chromium.d/", "read_only": true, "ignore": true}
, {"path": "/var/lib/oz/openvpn/VPN/vpn.resolv.conf", "target": "/run/resolvconf/resolv.conf", "force": true}
, {"path": "/usr/lib/chromium/chrome-sandbox", "allow_suid": true, "force": true}
, {"path": "${HOME}/.config/chromium-vpn", "target":"${HOME}/.config/chromium", "can_create": true}
]
, "shared_folders": [
"${XDG_DOWNLOAD_DIR}"
]
, "blacklist": [
]
, "environment": [
]
, "seccomp": {
"mode":"disabled"
}
}