diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-02-22 18:42:51 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-02-22 18:42:51 +0100 |
commit | 5e0c75d6098b923b12f3db29485997e649e06b81 (patch) | |
tree | 6b9075967816e39984f9f4ea93ffa98bf690e741 /tap.c | |
parent | 337f55166f6db7ee3f6e6e253ce786b3b6606216 (diff) | |
download | passt-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.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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); |