|
Linux Kernel
3.7.1
|
#include <linux/filter.h>#include <linux/seccomp.h>#include <linux/unistd.h>#include <stdio.h>#include <string.h>#include <sys/prctl.h>#include <unistd.h>#include "bpf-helper.h"Go to the source code of this file.
Macros | |
| #define | PR_SET_NO_NEW_PRIVS 38 |
Functions | |
| int | main (int argc, char **argv) |
| #define PR_SET_NO_NEW_PRIVS 38 |
Definition at line 23 of file bpf-fancy.c.
Definition at line 26 of file bpf-fancy.c.
1.8.2