mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
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:
parent
28a4c0cacb
commit
dca0893ece
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
PR = "r99"
|
||||
|
||||
include refpolicy-targeted_${PV}.bb
|
||||
|
||||
SUMMARY = "SELinux minimum policy"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ DESCRIPTION = "\
|
|||
This is the reference policy for SELinux built with type enforcement \
|
||||
only."
|
||||
|
||||
PR = "r3"
|
||||
PR = "r99"
|
||||
|
||||
POLICY_TYPE = "standard"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
PRINC = "4"
|
||||
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user