Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsPermission (0.37 sec)

  1. src/syscall/exec_linux_test.go

    			out, err := cmd.CombinedOutput()
    			t.Logf("%v: %v", cmd, err)
    
    			if uid != 0 && setgroups {
    				t.Logf("as non-root, expected permission error due to unprivileged gid_map")
    				if !os.IsPermission(err) {
    					if err == nil {
    						t.Skipf("unexpected success: probably old kernel without security fix?")
    					}
    					if testenv.SyscallIsNotSupported(err) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 07:45:37 UTC 2024
    - 20.6K bytes
    - Viewed (0)
Back to top