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