aboutgitcodebugslistschat
path: root/tap.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap.c')
-rw-r--r--tap.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tap.c b/tap.c
index 38004a5..9e6ece9 100644
--- a/tap.c
+++ b/tap.c
@@ -818,13 +818,6 @@ static void tap_sock_unix_init(struct ctx *c)
}
info("UNIX domain socket bound at %s\n", addr.sun_path);
-#ifdef PASST_LEGACY_NO_OPTIONS
- /*
- * syscalls:passt chmod
- */
- chmod(addr.sun_path,
- S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
-#endif
listen(fd, 0);