diff options
author | Shrikant Bobade <shrikant_bobade@mentor.com> | 2015-08-03 19:06:53 +0530 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-08-07 17:33:22 -0400 |
commit | aba7f91bff850de3ad4c242fc9a8189412afa453 (patch) | |
tree | 1744c86e7ca140984493856bf6fdedc47704c55c | |
parent | 07aa29ce30e65d02b52dac9887bd2fb5e35ef85b (diff) | |
download | meta-selinux-aba7f91bff850de3ad4c242fc9a8189412afa453.tar.gz |
refpolicy-standard: update base refpolicy to git repo
A simple forward-port of refpolicy-standard to use the
refpolicy from git repository.
Signed-off-by: Shrikant Bobade <shrikant_bobade@mentor.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/refpolicy/refpolicy-standard_git.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-security/refpolicy/refpolicy-standard_git.bb b/recipes-security/refpolicy/refpolicy-standard_git.bb new file mode 100644 index 0000000..3674fdd --- /dev/null +++ b/recipes-security/refpolicy/refpolicy-standard_git.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Standard variants of the SELinux policy" | ||
2 | DESCRIPTION = "\ | ||
3 | This is the reference policy for SELinux built with type enforcement \ | ||
4 | only." | ||
5 | |||
6 | POLICY_TYPE = "standard" | ||
7 | |||
8 | include refpolicy_${PV}.inc | ||