diff options
author | Philip Tricca <flihp@twobit.us> | 2013-10-09 12:40:13 +0000 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-10-15 14:31:17 -0400 |
commit | 0e35edc4ee6f5b68fc065fa3c2e2bfc1646f7f71 (patch) | |
tree | 029c547e306976afedf21d8fdb27bc21a899d3c2 | |
parent | f3b81f49fad6138e85775f398d510da37a1081e2 (diff) | |
download | meta-selinux-0e35edc4ee6f5b68fc065fa3c2e2bfc1646f7f71.tar.gz |
Remove runtime dependency on policycoreutils from the reference policy.
The only thing refpol needs to depend on at runtime are the things
necessary to load the policy. If sysvinit is patched to load the
policy (which it is) then we only need the config.
Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r-- | recipes-security/refpolicy/refpolicy_common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/refpolicy/refpolicy_common.inc b/recipes-security/refpolicy/refpolicy_common.inc index 3eaf16d..873d887 100644 --- a/recipes-security/refpolicy/refpolicy_common.inc +++ b/recipes-security/refpolicy/refpolicy_common.inc | |||
@@ -16,7 +16,7 @@ FILES_${PN} = "${sysconfdir}/selinux/${POLICY_NAME}/ \ | |||
16 | FILES_${PN}-dev =+ "${datadir}/selinux/${POLICY_NAME}/include/" | 16 | FILES_${PN}-dev =+ "${datadir}/selinux/${POLICY_NAME}/include/" |
17 | 17 | ||
18 | DEPENDS += "checkpolicy-native policycoreutils-native m4-native" | 18 | DEPENDS += "checkpolicy-native policycoreutils-native m4-native" |
19 | RDEPENDS_${PN} += "policycoreutils selinux-config" | 19 | RDEPENDS_${PN} += "selinux-config" |
20 | 20 | ||
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
22 | 22 | ||