func init()

in pam.go [45:49]


func init() {
	if !disablePtrace() {
		pamLog("unable to disable ptrace")
	}
}