diff options
Diffstat (limited to 'sandbox/container.go')
| -rw-r--r-- | sandbox/container.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sandbox/container.go b/sandbox/container.go index f2595c38..58c9749d 100644 --- a/sandbox/container.go +++ b/sandbox/container.go @@ -99,6 +99,8 @@ type ( // Permission bits of newly created parent directories. // The zero value is interpreted as 0755. ParentPerm os.FileMode + // Retain CAP_SYS_ADMIN. + Privileged bool Flags HardeningFlags } |
