Home
last modified time | relevance | path

Searched refs:PR_SET_NO_NEW_PRIVS (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/samples/seccomp/
Dbpf-fancy.c22 #ifndef PR_SET_NO_NEW_PRIVS
23 #define PR_SET_NO_NEW_PRIVS 38 macro
87 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)) { in main()
Dbpf-direct.c53 #ifndef PR_SET_NO_NEW_PRIVS
54 #define PR_SET_NO_NEW_PRIVS 38 macro
149 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)) { in install_filter()
/linux-4.1.27/include/uapi/linux/
Dprctl.h174 #define PR_SET_NO_NEW_PRIVS 38 macro
/linux-4.1.27/Documentation/prctl/
Dno_new_privs.txt28 To set no_new_privs, use prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0).
Dseccomp_filter.txt69 Prior to use, the task must call prctl(PR_SET_NO_NEW_PRIVS, 1) or
/linux-4.1.27/kernel/
Dsys.c2205 case PR_SET_NO_NEW_PRIVS: in SYSCALL_DEFINE5()