27#define SC_CAP_NONE 0x01
28#define SC_CAP_SYS_ADMIN 0x02
29#define SC_CAP_SYS_RAW_IO 0x04
30#define SC_CAP_IPC_LOCK 0x08
31#define SC_CAP_NET_ADMIN 0x10
32#define SC_CAP_NET_RAW 0x20
33#define SC_CAP_NET_BIND_SERVICE 0x40
34#define SC_CAP_NET_BROADCAST 0x80
89#define SCDropCaps(...)
90#define SCDropMainThreadCaps(...)
93void SCGetUserID(
const char *,
const char *, uint32_t *, uint32_t *);
Per thread variable structure.
void SCGetUserID(const char *, const char *, uint32_t *, uint32_t *)
Function to get the user and group ID from the specified user name.
void SCGetGroupID(const char *, uint32_t *)
Function to get the group ID from the specified group name.
#define SCDropMainThreadCaps(...)