diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-16 19:42:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-16 19:42:27 +0200 |
commit | b15bdda87046f5e46080fd84fda878cba2da0fc8 (patch) | |
tree | 982893886ddd99e82e5120a52d2c0a379b4addf1 /src/socket-util.h | |
parent | 0009d2a63339af1ee9b6f18ab6cf42d68d089148 (diff) |
socket: prepare for proper selinux labelling of sockets
Diffstat (limited to 'src/socket-util.h')
-rw-r--r-- | src/socket-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket-util.h b/src/socket-util.h index ae311ea33a..68c579b035 100644 --- a/src/socket-util.h +++ b/src/socket-util.h @@ -71,6 +71,7 @@ int socket_address_listen( bool free_bind, mode_t directory_mode, mode_t socket_mode, + /* FIXME SELINUX: pass SELinux context object here */ int *ret); bool socket_address_is(const SocketAddress *a, const char *s, int type); |