diff options
Diffstat (limited to 'sandbox/container.go')
| -rw-r--r-- | sandbox/container.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox/container.go b/sandbox/container.go index ee4f632e..70929bb1 100644 --- a/sandbox/container.go +++ b/sandbox/container.go @@ -96,6 +96,9 @@ type ( *Ops // Extra seccomp options. Seccomp seccomp.SyscallOpts + // Permission bits of newly created parent directories. + // The zero value is interpreted as 0755. + ParentPerm os.FileMode Flags HardeningFlags } |
