diff options
author | Shrikant Bobade <shrikant_bobade@mentor.com> | 2015-08-03 19:07:20 +0530 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-08-07 17:34:26 -0400 |
commit | 684ee9401f33db7c9d5b183988d89c688c9dd0be (patch) | |
tree | a851311e587ef0585586b53b764ab7d9b97e2d38 | |
parent | 61b1c508591d80195a8d0a30a17fb33b16858b4e (diff) | |
download | meta-selinux-684ee9401f33db7c9d5b183988d89c688c9dd0be.tar.gz |
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>
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -75,6 +75,20 @@ currently supported: v3.14, v3.19, v4.1(by default). | |||
75 | * enable the preferred linux-yocto to local.conf or oe-selinux.conf | 75 | * enable the preferred linux-yocto to local.conf or oe-selinux.conf |
76 | e.g. PREFERRED_VERSION_linux-yocto_qemuarm = "3.19%" | 76 | e.g. PREFERRED_VERSION_linux-yocto_qemuarm = "3.19%" |
77 | 77 | ||
78 | Using different versions of refpolicy | ||
79 | ------------------------------------- | ||
80 | To prepare selinux enabled images using different ver. of refpolicy, | ||
81 | we can choose supported releases of refpolicy | ||
82 | refer to available versions under recipes-security/refpolicy | ||
83 | |||
84 | We can use the refpolicy directly from git repository instead of release tarballs. | ||
85 | By default refpolicy from git builds head commit of master branch, we can update | ||
86 | SRCREV for refpolicy and refpolicy-contrib as appropriate at refpolicy_git.inc | ||
87 | to check refpolicy as per required commits. | ||
88 | |||
89 | * enable the preferred refpolicy-mls to local.conf or oe-selinux.conf | ||
90 | e.g. REFERRED_VERSION_refpolicy-mls = "2.20140311" | ||
91 | |||
78 | 92 | ||
79 | License | 93 | License |
80 | ------- | 94 | ------- |