syscall.SysProcAttr.AmbientCaps (field)
5 uses
syscall (current package)
exec_linux.go#L58: AmbientCaps []uintptr // Ambient capabilities (Linux only)
exec_linux.go#L236: if len(sys.AmbientCaps) > 0 {
exec_linux.go#L390: if len(sys.AmbientCaps) != 0 {
exec_linux.go#L399: for _, c := range sys.AmbientCaps {
exec_linux.go#L410: for _, c := range sys.AmbientCaps {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)