Searched refs:prSetKeepCaps (Results 1 – 3 of 3) sorted by relevance
/external/libcap/go/ |
D | psx-signals.go | 20 const prSetKeepCaps = 8 const 29 _, _, err := psx.Syscall3(syscall.SYS_PRCTL, prSetKeepCaps, uintptr(i&1), 0)
|
/external/libcap/psx/ |
D | psx_test.go | 48 const prSetKeepCaps = 8 61 if _, _, e := Syscall3(syscall.SYS_PRCTL, prSetKeepCaps, uintptr(i&1), 0); e != 0 {
|
/external/libcap/cap/ |
D | convenience.go | 36 prSetKeepCaps = 8 const 218 sc.prctlwcall(prSetKeepCaps, 1, 0) 219 defer sc.prctlwcall(prSetKeepCaps, 0, 0)
|