Searched refs:PR_SET_NO_NEW_PRIVS (Results 1 – 6 of 6) sorted by relevance
| /linux-4.1.27/samples/seccomp/ |
| D | bpf-fancy.c | 22 #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()
|
| D | bpf-direct.c | 53 #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/ |
| D | prctl.h | 174 #define PR_SET_NO_NEW_PRIVS 38 macro
|
| /linux-4.1.27/Documentation/prctl/ |
| D | no_new_privs.txt | 28 To set no_new_privs, use prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0).
|
| D | seccomp_filter.txt | 69 Prior to use, the task must call prctl(PR_SET_NO_NEW_PRIVS, 1) or
|
| /linux-4.1.27/kernel/ |
| D | sys.c | 2205 case PR_SET_NO_NEW_PRIVS: in SYSCALL_DEFINE5()
|