mirror of
https://github.com/rd235/cado
synced 2025-01-14 14:46:14 +01:00
10 lines
180 B
C
10 lines
180 B
C
#ifndef READ_CONF_H
|
|
#define READ_CONF_H
|
|
#include <stdint.h>
|
|
|
|
uint64_t get_authorized_caps(char **user_groups, uint64_t reqset);
|
|
|
|
int set_self_capability(uint64_t capset);
|
|
|
|
#endif
|