mirror of
https://github.com/google/nsjail.git
synced 2026-08-30 18:41:30 -07:00
configs/firefox-chromium: run in incognito modes
This commit is contained in:
@@ -90,13 +90,6 @@ mount {
|
||||
dst: "/etc/fonts/fonts.conf"
|
||||
}
|
||||
|
||||
mount {
|
||||
src: "/etc/chromium.d"
|
||||
dst: "/etc/chromium.d"
|
||||
is_bind: true
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
mount {
|
||||
src: "/etc/ssl"
|
||||
dst: "/etc/ssl"
|
||||
@@ -152,14 +145,15 @@ mount {
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
mount {
|
||||
prefix_src_env: "HOME"
|
||||
src: "/.config/chromium"
|
||||
dst: "/user/.config/.chromium"
|
||||
is_bind: true
|
||||
rw: true
|
||||
mandatory: false
|
||||
}
|
||||
# Uncomment, if you want your config to be loaded
|
||||
#mount {
|
||||
# prefix_src_env: "HOME"
|
||||
# src: "/.config/chromium"
|
||||
# dst: "/user/.config/.chromium"
|
||||
# is_bind: true
|
||||
# rw: true
|
||||
# mandatory: false
|
||||
#}
|
||||
|
||||
mount {
|
||||
# Change it to your user id
|
||||
|
||||
Reference in New Issue
Block a user