Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / security / selinux / ss / services.h
diff --git a/kernel/security/selinux/ss/services.h b/kernel/security/selinux/ss/services.h
new file mode 100644 (file)
index 0000000..e8d907e
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * Implementation of the security services.
+ *
+ * Author : Stephen Smalley, <sds@epoch.ncsc.mil>
+ */
+#ifndef _SS_SERVICES_H_
+#define _SS_SERVICES_H_
+
+#include "policydb.h"
+#include "sidtab.h"
+
+extern struct policydb policydb;
+
+#endif /* _SS_SERVICES_H_ */
+