summaryrefslogtreecommitdiffstats
path: root/login-utils/selinux_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/selinux_utils.h')
-rw-r--r--login-utils/selinux_utils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/login-utils/selinux_utils.h b/login-utils/selinux_utils.h
new file mode 100644
index 0000000..cf0ed66
--- /dev/null
+++ b/login-utils/selinux_utils.h
@@ -0,0 +1,7 @@
+#ifndef UTIL_LINUX_SELINUX_UTILS_H
+#define UTIL_LINUX_SELINUX_UTILS_H
+
+extern access_vector_t get_access_vector(const char *tclass, const char *op);
+extern int setupDefaultContext(char *orig_file);
+
+#endif