X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fsocket-label.c;h=cbe3ff216e55a77c7e55e2265a46411820d6de49;hb=30ab6a0fc1bb950c4dcd90dcd3dfe00a810c7fc1;hp=b1ef19f26503d78d3355ffddcd98baf8ac2957b6;hpb=56f64d95763a799ba4475daf44d8e9f72a1bd474;p=elogind.git diff --git a/src/shared/socket-label.c b/src/shared/socket-label.c index b1ef19f26..cbe3ff216 100644 --- a/src/shared/socket-label.c +++ b/src/shared/socket-label.c @@ -19,25 +19,18 @@ along with systemd; If not, see . ***/ -#include #include #include #include -#include -#include -#include -#include -#include #include #include -#include #include "macro.h" #include "util.h" #include "mkdir.h" -#include "socket-util.h" #include "missing.h" -#include "label.h" +#include "selinux-util.h" +#include "socket-util.h" int socket_address_listen( const SocketAddress *a, @@ -116,9 +109,6 @@ int socket_address_listen( /* Enforce the right access mode for the socket */ old_mask = umask(~ socket_mode); - /* Include the original umask in our mask */ - umask(~socket_mode | old_mask); - r = mac_selinux_bind(fd, &a->sockaddr.sa, a->size); if (r < 0 && errno == EADDRINUSE) {