diff options
Diffstat (limited to 'src/socket-util.h')
-rw-r--r-- | src/socket-util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/socket-util.h b/src/socket-util.h index 68c579b035..841570f002 100644 --- a/src/socket-util.h +++ b/src/socket-util.h @@ -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" @@ -71,7 +72,7 @@ int socket_address_listen( bool free_bind, mode_t directory_mode, mode_t socket_mode, - /* FIXME SELINUX: pass SELinux context object here */ + security_context_t scon, int *ret); bool socket_address_is(const SocketAddress *a, const char *s, int type); |