1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/plat/unix
Andy Green 1062370f07 unix skt: allow control over skt user:group
If you're providing a unix socket service that will be proxied / served by another
process on the same machine, the unix fd permissions on the listening unix socket fd
have to be managed so only something running under the server credentials
can open the listening unix socket.
2019-03-26 14:54:49 +08:00
..
private.h bind: treat EADDRINUSE as fatal 2018-11-22 17:58:30 +08:00
unix-caps.c unix skt: allow control over skt user:group 2019-03-26 14:54:49 +08:00
unix-fds.c plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
unix-file.c coverity: cleanup 2018-08-14 08:00:30 +08:00
unix-init.c minimal-http-server-eventlib-smp 2019-03-21 10:26:42 +08:00
unix-misc.c fulltext search 2018-10-26 13:53:28 +08:00
unix-pipe.c plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
unix-plugins.c plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
unix-service.c glibc: if malloc_trim() exists, call it periodically 2019-03-16 08:10:47 +08:00
unix-sockets.c bzero: replace all with memset 2019-03-10 08:02:02 +08:00