Searched refs:PR_GET_SECUREBITS (Results 1 – 3 of 3) sorted by relevance
145 rc = prctl(PR_GET_SECUREBITS, 1 << SECURE_NOROOT); in report()150 rc = prctl(PR_GET_SECUREBITS, 1 << SECURE_NOROOT_LOCKED); in report()157 rc = prctl(PR_GET_SECUREBITS, 1 << SECURE_NO_SETUID_FIXUP); in report()164 rc = prctl(PR_GET_SECUREBITS, 1 << SECURE_NO_SETUID_FIXUP_LOCKED); in report()
78 #define PR_GET_SECUREBITS 27 macro
251 #ifdef PR_GET_SECUREBITS252 { PR_GET_SECUREBITS, "PR_GET_SECUREBITS" },