diff options
-rw-r--r-- | passt.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -406,6 +406,8 @@ int main(int argc, char **argv) else write_pidfile(pidfile_fd, getpid()); + prctl(PR_SET_DUMPABLE, 0); + seccomp(&c); timer_init(&c, &now); |
index : passt | |
Plug A Simple Socket Transport |
aboutgitcodebugslistschat |
-rw-r--r-- | passt.c | 2 |
@@ -406,6 +406,8 @@ int main(int argc, char **argv) else write_pidfile(pidfile_fd, getpid()); + prctl(PR_SET_DUMPABLE, 0); + seccomp(&c); timer_init(&c, &now); |