summaryrefslogtreecommitdiffstats
path: root/include/selinux-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/selinux-utils.h')
-rw-r--r--include/selinux-utils.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/selinux-utils.h b/include/selinux-utils.h
new file mode 100644
index 0000000..82c27c8
--- /dev/null
+++ b/include/selinux-utils.h
@@ -0,0 +1,8 @@
+#ifndef UTIL_LINUX_SELINUX_UTILS_H
+#define UTIL_LINUX_SELINUX_UTILS_H
+
+extern int ul_setfscreatecon_from_file(char *orig_file);
+extern int ul_selinux_has_access(const char *classstr, const char *perm, char **user_cxt);
+extern int ul_selinux_get_default_context(const char *path, int st_mode, char **cxt);
+
+#endif