summaryrefslogtreecommitdiff
path: root/selinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'selinux.h')
-rw-r--r--selinux.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/selinux.h b/selinux.h
new file mode 100644
index 000000000..53fc155f2
--- /dev/null
+++ b/selinux.h
@@ -0,0 +1,7 @@
1#ifndef SELINUX_H
2#define SELINUX_H
3
4extern void setup_selinux_pty(const char *, const char *);
5extern void setup_selinux_exec_context(const char *);
6
7#endif /* SELINUX_H */