Home | History | Annotate | Download | only in vm

Lines Matching refs:PR_SET_NO_NEW_PRIVS

1738     if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0) < 0) {
1739 // Older kernels don't understand PR_SET_NO_NEW_PRIVS and return
1742 SLOGE("PR_SET_NO_NEW_PRIVS failed: %s", strerror(errno));