summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShrikant Bobade <shrikant_bobade@mentor.com>2015-08-03 19:07:20 +0530
committerJoe MacDonald <joe_macdonald@mentor.com>2015-08-07 17:34:26 -0400
commit684ee9401f33db7c9d5b183988d89c688c9dd0be (patch)
treea851311e587ef0585586b53b764ab7d9b97e2d38
parent61b1c508591d80195a8d0a30a17fb33b16858b4e (diff)
downloadmeta-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--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index 22d7599..284d862 100644
--- a/README
+++ b/README
@@ -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
76e.g. PREFERRED_VERSION_linux-yocto_qemuarm = "3.19%" 76e.g. PREFERRED_VERSION_linux-yocto_qemuarm = "3.19%"
77 77
78Using different versions of refpolicy
79-------------------------------------
80To prepare selinux enabled images using different ver. of refpolicy,
81we can choose supported releases of refpolicy
82refer to available versions under recipes-security/refpolicy
83
84We can use the refpolicy directly from git repository instead of release tarballs.
85By default refpolicy from git builds head commit of master branch, we can update
86SRCREV for refpolicy and refpolicy-contrib as appropriate at refpolicy_git.inc
87to check refpolicy as per required commits.
88
89* enable the preferred refpolicy-mls to local.conf or oe-selinux.conf
90e.g. REFERRED_VERSION_refpolicy-mls = "2.20140311"
91
78 92
79License 93License
80------- 94-------