1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/plat/esp32
Andy Green ce1f395ead context: add info members to drop privileges using user and group name strings
Up until now if you wanted to drop privs, a numeric uid and gid had to be
given in info to control post-init permissions... this adds info.username
and info.groupname where you can do the same using user and group names.

The internal plat helper lws_plat_drop_app_privileges() is updated to directly use
context instead of info both ways it can be called, and to be able to return fatal
errors.

All failures to lookup non-0 or -1 uid or gid names from uid, or to look up
uid or gid from username or groupnames given, get an err message and fatal exit.
2019-03-26 14:54:49 +08:00
..
esp32-fds.c esp32: follow idf meddlings 2018-09-12 09:38:30 +08:00
esp32-file.c esp32: follow idf meddlings 2018-09-12 09:38:30 +08:00
esp32-helpers.c lws_time_in_microseconds: export 2018-10-14 06:15:36 +08:00
esp32-init.c esp32: follow idf meddlings 2018-09-12 09:38:30 +08:00
esp32-misc.c context: add info members to drop privileges using user and group name strings 2019-03-26 14:54:49 +08:00
esp32-pipe.c esp32: follow idf meddlings 2018-09-12 09:38:30 +08:00
esp32-service.c esp32: follow idf meddlings 2018-09-12 09:38:30 +08:00
esp32-sockets.c bzero: replace all with memset 2019-03-10 08:02:02 +08:00
private.h mingw: windows: make minimal examples build 2019-03-10 08:02:02 +08:00