2005-10-10 21:02:49 +00:00
|
|
|
To install Reference Policy sources into /etc/selinux/refpolicy/src/policy:
|
2005-06-15 15:34:44 +00:00
|
|
|
|
|
|
|
make install-src
|
|
|
|
|
2005-10-10 21:02:49 +00:00
|
|
|
This will back up a pre-existing source policy to the
|
|
|
|
/etc/selinux/refpolicy/src/policy.bak directory.
|
|
|
|
|
|
|
|
After installing the policy sources, the old Make targets have been maintained:
|
2005-06-15 15:34:44 +00:00
|
|
|
|
|
|
|
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
|
2005-10-10 21:02:49 +00:00
|
|
|
|
|
|
|
See the README for more information on available make targets.
|