1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core
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
..
alloc.c glibc: if malloc_trim() exists, call it periodically 2019-03-16 08:10:47 +08:00
context.c context: add info members to drop privileges using user and group name strings 2019-03-26 14:54:49 +08:00
libwebsockets.c context: add info members to drop privileges using user and group name strings 2019-03-26 14:54:49 +08:00
logs.c optee: remove build system 2019-01-15 06:59:48 +08:00
private.h unix skt: allow control over skt user:group 2019-03-26 14:54:49 +08:00
vfs.c LWS_WITH_NETWORK: cmake option for no network code 2019-01-13 07:54:57 +08:00