PR_SET_SECUREBITS
(2const)set the "securebits" flags of the calling thread
#include <linux/prctl.h> /* Definition of PR_* constants */ #include <sys/prctl.h> int prctl(PR_SET_SECUREBITS, unsigned long flags);
set the "securebits" flags of the calling thread