README : update supported refpolicy version details

README updated with the supported refpolicy version
details and information of refpolicy building from
git repository.

Signed-off-by: Shrikant Bobade <shrikant_bobade@mentor.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Shrikant Bobade 2015-08-03 19:07:20 +05:30 committed by Joe MacDonald
parent 61b1c50859
commit 684ee9401f

14
README
View File

@ -75,6 +75,20 @@ currently supported: v3.14, v3.19, v4.1(by default).
* enable the preferred linux-yocto to local.conf or oe-selinux.conf
e.g. PREFERRED_VERSION_linux-yocto_qemuarm = "3.19%"
Using different versions of refpolicy
-------------------------------------
To prepare selinux enabled images using different ver. of refpolicy,
we can choose supported releases of refpolicy
refer to available versions under recipes-security/refpolicy
We can use the refpolicy directly from git repository instead of release tarballs.
By default refpolicy from git builds head commit of master branch, we can update
SRCREV for refpolicy and refpolicy-contrib as appropriate at refpolicy_git.inc
to check refpolicy as per required commits.
* enable the preferred refpolicy-mls to local.conf or oe-selinux.conf
e.g. REFERRED_VERSION_refpolicy-mls = "2.20140311"
License
-------