2019-10-25 19:45:31 +00:00
|
|
|
Reference Policy has the following runtime requirements:
|
2019-10-31 07:03:38 +00:00
|
|
|
* Linux kernel >= 2.6.33
|
2019-10-25 19:45:31 +00:00
|
|
|
|
2011-08-01 12:54:59 +00:00
|
|
|
Reference Policy has the following build requirements:
|
2019-09-03 23:47:48 +00:00
|
|
|
* SELinux userspace 2.8
|
2018-05-31 21:41:59 +00:00
|
|
|
* Python >= 3.4
|
2006-02-08 21:30:21 +00:00
|
|
|
|
2019-09-01 13:05:05 +00:00
|
|
|
When developing a policy, running scripts from directory testing/ requires:
|
|
|
|
* Python >= 3.6
|
|
|
|
|
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.
|
|
|
|
|
2005-11-22 22:07:12 +00:00
|
|
|
If you do not have a modules.conf, one can be generated:
|
|
|
|
|
|
|
|
make conf
|
|
|
|
|
2005-12-01 19:04:57 +00:00
|
|
|
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
|
2005-10-10 21:02:49 +00:00
|
|
|
|
|
|
|
See the README for more information on available make targets.
|