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