sandbox: remove hardcoded parent perm
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user