mirror of
https://github.com/google/nsjail.git
synced 2026-08-30 18:41:30 -07:00
19 lines
198 B
INI
19 lines
198 B
INI
# Example config for nsjail
|
|
|
|
name: "basic-test"
|
|
|
|
description: "Basic test config"
|
|
|
|
mode: ONCE
|
|
hostname: "BASIC"
|
|
cwd: "/tmp"
|
|
|
|
time_limit: 100
|
|
|
|
mount {
|
|
src: "/"
|
|
dst: "/"
|
|
is_bind: true
|
|
rw: false
|
|
}
|