syscall.SysProcAttr.AmbientCaps (field)
5 uses
syscall (current package)
exec_linux.go#L106: AmbientCaps []uintptr // Ambient capabilities.
exec_linux.go#L356: if len(sys.AmbientCaps) > 0 {
exec_linux.go#L510: if len(sys.AmbientCaps) != 0 {
exec_linux.go#L519: for _, c = range sys.AmbientCaps {
exec_linux.go#L530: for _, c = range sys.AmbientCaps {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)