mirror of
https://github.com/google/nsjail.git
synced 2026-08-30 18:41:30 -07:00
configs: tweaks for geeqie
This commit is contained in:
@@ -20,7 +20,7 @@ envar: "DISPLAY=:0"
|
||||
|
||||
rlimit_as: 512
|
||||
rlimit_cpu: 1000
|
||||
rlimit_fsize: 0
|
||||
rlimit_fsize: 1024
|
||||
rlimit_nofile: 16
|
||||
|
||||
mount {
|
||||
@@ -65,7 +65,6 @@ mount {
|
||||
dst: "/tmp"
|
||||
fstype: "tmpfs"
|
||||
is_ro: false
|
||||
is_bind: false
|
||||
}
|
||||
|
||||
mount {
|
||||
@@ -74,6 +73,12 @@ mount {
|
||||
is_bind: true
|
||||
}
|
||||
|
||||
mount {
|
||||
dst: "/home/jagger/.cache"
|
||||
fstype: "tmpfs"
|
||||
is_ro: false
|
||||
}
|
||||
|
||||
mount {
|
||||
src: "/tmp/.X11-unix/X0"
|
||||
dst: "/tmp/.X11-unix/X0"
|
||||
|
||||
Reference in New Issue
Block a user