summaryrefslogtreecommitdiff
path: root/selinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'selinux.h')
-rw-r--r--selinux.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/selinux.h b/selinux.h
deleted file mode 100644
index af1d44632..000000000
--- a/selinux.h
+++ /dev/null
@@ -1,15 +0,0 @@
1#ifndef SELINUX_H
2#define SELINUX_H
3
4# ifdef WITH_SELINUX
5
6extern void setup_selinux_pty(const char *, const char *);
7extern void setup_selinux_exec_context(const char *);
8
9# else
10
11static inline void setup_selinux_pty(const char *name, const char *tty) {}
12static inline void setup_selinux_exec_context(const char *name) {}
13
14#endif /* WITH_SELINUX */
15#endif /* SELINUX_H */