diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 10:52:34 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 10:53:19 +0200 |
commit | 4722d3bac43062a9213a08ed2435b8ef9b426789 (patch) | |
tree | fa40f2282cda080bd697b976ae0f6ab89a38a6d4 /privs.h | |
parent | 23bd5ecbd11766088784507a56e32975b4c755a2 (diff) |
privs: move drop_privileges out of xutils
Again, also to be able to maintain this more easily.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'privs.h')
-rw-r--r-- | privs.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#ifndef PRIVS_H +#define PRIVS_H + +#include <stdbool.h> + +extern void drop_privileges(bool enforce, uid_t uid, gid_t gid); + +#endif /* PRIVS_H */ |