Loading...
1
2
3
4
5
6
7
#ifndef __DROP_PRIV_H
#define __DROP_PRIV_H

bool running_as_root(void);
void drop_priv(void);

#endif /* __DROP_PRIV_H */