selinux-policy/refpolicy/INSTALL

35 lines
764 B
Plaintext
Raw Normal View History

To install Reference Policy sources into /etc/selinux/refpolicy/src/policy:
2005-06-15 15:34:44 +00:00
make install-src
This will back up a pre-existing source policy to the
/etc/selinux/refpolicy/src/policy.bak directory.
2005-11-22 22:07:12 +00:00
If you do not have a modules.conf, one can be generated:
make conf
This will create a default modules.conf. Options for the policy
build process can be found in build.conf. After installing the policy sources,
2005-11-22 22:07:12 +00:00
the old Make targets have been maintained for the monolithic policy:
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
See the README for more information on available make targets.