Searched refs:securebits (Results 1 – 1 of 1) sorted by relevance
252 unsigned long securebits = prctl(PR_GET_SECUREBITS); in SetProcessAttributes() local253 if (securebits == -1UL) { in SetProcessAttributes()256 securebits |= SECBIT_KEEP_CAPS | SECBIT_KEEP_CAPS_LOCKED; in SetProcessAttributes()257 if (prctl(PR_SET_SECUREBITS, securebits) != 0) { in SetProcessAttributes()