2016-06-25 14:12:41 +02:00
|
|
|
#ifndef READ_CONF_H
|
|
|
|
#define READ_CONF_H
|
|
|
|
#include <stdint.h>
|
|
|
|
|
2016-08-04 12:59:42 +02:00
|
|
|
uint64_t get_authorized_caps(char **user_groups, uint64_t reqset);
|
2016-06-25 14:12:41 +02:00
|
|
|
|
|
|
|
int set_self_capability(uint64_t capset);
|
|
|
|
|
|
|
|
#endif
|