aboutgitcodebugslistschat
path: root/tap.c
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-02-22 18:42:51 +0100
committerStefano Brivio <sbrivio@redhat.com>2022-02-22 18:42:51 +0100
commit5e0c75d6098b923b12f3db29485997e649e06b81 (patch)
tree6b9075967816e39984f9f4ea93ffa98bf690e741 /tap.c
parent337f55166f6db7ee3f6e6e253ce786b3b6606216 (diff)
downloadpasst-5e0c75d6098b923b12f3db29485997e649e06b81.tar
passt-5e0c75d6098b923b12f3db29485997e649e06b81.tar.gz
passt-5e0c75d6098b923b12f3db29485997e649e06b81.tar.bz2
passt-5e0c75d6098b923b12f3db29485997e649e06b81.tar.lz
passt-5e0c75d6098b923b12f3db29485997e649e06b81.tar.xz
passt-5e0c75d6098b923b12f3db29485997e649e06b81.tar.zst
passt-5e0c75d6098b923b12f3db29485997e649e06b81.zip
passt: Drop PASST_LEGACY_NO_OPTIONS sections
...nobody uses those builds anymore. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
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);