refpolicy: remove PRINC warning

Bump up PR and remove PRINC.  Set it to something suitably large that it's
unlikely to break anyone's package feed and so that it shows it's clearly
an exception case.  Obviously this is just a staging activity until the
next update when we don't include anything of the sort.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
Hongxu Jia 2014-04-14 09:53:44 +08:00 committed by Joe MacDonald
parent 28a4c0cacb
commit dca0893ece
7 changed files with 6 additions and 7 deletions

View File

@ -6,7 +6,7 @@ level. This is useful on systems where a hierarchical policy (MLS) isn't \
needed (pretty much all systems) but the non-hierarchical categories are. \
"
PR = "r0"
PR = "r99"
POLICY_TYPE = "mcs"

View File

@ -1,3 +1,5 @@
PR = "r99"
include refpolicy-targeted_${PV}.bb
SUMMARY = "SELinux minimum policy"

View File

@ -5,7 +5,7 @@ It allows giving data labels such as \"Top Secret\" and preventing \
such data from leaking to processes or files with lower classification. \
"
PR = "r0"
PR = "r99"
POLICY_TYPE = "mls"

View File

@ -3,7 +3,7 @@ DESCRIPTION = "\
This is the reference policy for SELinux built with type enforcement \
only."
PR = "r3"
PR = "r99"
POLICY_TYPE = "standard"

View File

@ -12,6 +12,7 @@ POLICY_NAME = "targeted"
POLICY_TYPE = "mcs"
POLICY_MLS_SENS = "0"
PR = "r99"
include refpolicy_${PV}.inc
SRC_URI += "file://refpolicy-fix-optional-issue-on-sysadm-module.patch \

View File

@ -1,5 +1,3 @@
PRINC = "1"
SRC_URI = "http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2;"
SRC_URI[md5sum] = "6a5c975258cc8eb92c122f11b11a5085"
SRC_URI[sha256sum] = "6039ba854f244a39dc727cc7db25632f7b933bb271c803772d754d4354f5aef4"

View File

@ -1,5 +1,3 @@
PRINC = "4"
SECTION = "base"
LICENSE = "GPLv2"