chiark / gitweb /
systemctl: accept -p more than once
[elogind.git] / src / socket-util.h
index ffcc86882f353a712a6231bc4c3177a751d00556..841570f002ffc826a0e4b48c7d23a8fcdc767c11 100644 (file)
@@ -26,6 +26,7 @@
 #include <netinet/in.h>
 #include <sys/un.h>
 #include <net/if.h>
+#include <selinux/selinux.h>
 
 #include "macro.h"
 #include "util.h"
@@ -68,8 +69,10 @@ int socket_address_listen(
                 int backlog,
                 SocketAddressBindIPv6Only only,
                 const char *bind_to_device,
+                bool free_bind,
                 mode_t directory_mode,
                 mode_t socket_mode,
+                security_context_t scon,
                 int *ret);
 
 bool socket_address_is(const SocketAddress *a, const char *s, int type);