Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PR_SET_SECUREBITS (0.19 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	PR_SET_NO_NEW_PRIVS                         = 0x26
    	PR_SET_PDEATHSIG                            = 0x1
    	PR_SET_PTRACER                              = 0x59616d61
    	PR_SET_SECCOMP                              = 0x16
    	PR_SET_SECUREBITS                           = 0x1c
    	PR_SET_SPECULATION_CTRL                     = 0x35
    	PR_SET_SYSCALL_USER_DISPATCH                = 0x3b
    	PR_SET_TAGGED_ADDR_CTRL                     = 0x37
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"PR_SET_NAME", Const, 0},
    		{"PR_SET_PDEATHSIG", Const, 0},
    		{"PR_SET_PTRACER", Const, 0},
    		{"PR_SET_SECCOMP", Const, 0},
    		{"PR_SET_SECCOMP_FILTER", Const, 0},
    		{"PR_SET_SECUREBITS", Const, 0},
    		{"PR_SET_TIMERSLACK", Const, 0},
    		{"PR_SET_TIMING", Const, 0},
    		{"PR_SET_TSC", Const, 0},
    		{"PR_SET_UNALIGN", Const, 0},
    		{"PR_TASK_PERF_EVENTS_DISABLE", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top