From 337e4afa22c03da760824e336dd82aaf4d5b587f Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Wed, 15 Jun 2005 15:34:44 +0000 Subject: [PATCH] for use until we have a full README --- refpolicy/INSTALL | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 refpolicy/INSTALL diff --git a/refpolicy/INSTALL b/refpolicy/INSTALL new file mode 100644 index 00000000..c24ebb2a --- /dev/null +++ b/refpolicy/INSTALL @@ -0,0 +1,23 @@ +To install into /etc/selinux/strict: + + make install-src + +After install, the old Make targets have been maintained: + +Local policy development: + + make policy + +Compile and install the policy: + + make install + +Compile, install, and load the policy: + + make load + +Filesystem labeling: + + make relabel + make checklabels + make restorelabels