func disablePtrace()

in pam_c.go [163:165]


func disablePtrace() bool {
	return C.disable_ptrace() == C.int(0)
}