1#include <stdint.h> 2 3uint64_t unsandbox(pid_t pid); 4int sandbox(pid_t pid, uint64_t sb); 5int rootify(pid_t pid); 6 7 8