Searched refs:PR_GET_SECUREBITS (Results 1 – 5 of 5) 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()
100 #if !(defined(PR_GET_SECUREBITS) || (defined(HAVE_DECL_PR_GET_SECUREBITS) && HAVE_DECL_PR_GET_SECUR…101 # define PR_GET_SECUREBITS 27 macro103 XLAT(PR_GET_SECUREBITS),
25 PR_GET_SECUREBITS 27
52 case PR_GET_SECUREBITS: in prctl_enter()229 case PR_GET_SECUREBITS: in prctl_exit()
80 #define PR_GET_SECUREBITS 27 macro