1 2 3 4 5 6 7 8
#ifndef POTD_SECCOMP_H #define POTD_SECCOMP_H 1 int pseccomp_init(void); int pseccomp_set_immutable(void); #endif