syscall.SysProcAttr.Unshareflags (field)
8 uses
syscall (current package)
exec_linux.go#L50: Unshareflags uintptr // Flags for unshare calls (Linux only)
exec_linux.go#L100: if sys.Unshareflags&CLONE_NEWUSER == 0 {
exec_linux.go#L216: case sys.Cloneflags&CLONE_NEWUSER == 0 && sys.Unshareflags&CLONE_NEWUSER == 0:
exec_linux.go#L299: if sys.Unshareflags != 0 {
exec_linux.go#L300: _, _, err1 = RawSyscall(SYS_UNSHARE, sys.Unshareflags, 0, 0)
exec_linux.go#L305: if sys.Unshareflags&CLONE_NEWUSER != 0 && sys.GidMappings != nil {
exec_linux.go#L330: if sys.Unshareflags&CLONE_NEWUSER != 0 && sys.UidMappings != nil {
exec_linux.go#L351: if sys.Unshareflags&CLONE_NEWNS == CLONE_NEWNS {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)