summaryrefslogtreecommitdiff
path: root/privs.h
blob: 9f9cfdd0626dee927ca26138809eec7a8daf7a38 (plain)
1
2
3
4
5
6
7
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 */
ption>mode:
Diffstat
-rw-r--r--include/net/tc_act/tc_ife.h1
-rw-r--r--include/uapi/linux/tc_act/tc_ife.h10
-rw-r--r--net/sched/Kconfig1
-rw-r--r--net/sched/act_ife.c110
4 files changed, 34 insertions, 88 deletions
diff --git a/include/net/tc_act/tc_ife.h b/include/net/tc_act/tc_ife.h