lh | 758261d | 2023-07-13 05:52:04 -0700 | [diff] [blame^] | 1 | DESCRIPTION = "SELinux packagegroup with only packages required for basic operations" |
| 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 4 | |
| 5 | PACKAGES = "\ |
| 6 | ${PN} \ |
| 7 | " |
| 8 | |
| 9 | ALLOW_EMPTY_${PN} = "1" |
| 10 | |
| 11 | RDEPENDS_${PN} = "\ |
| 12 | coreutils \ |
| 13 | libsepol \ |
| 14 | libselinux \ |
| 15 | libselinux-bin \ |
| 16 | libsemanage \ |
| 17 | policycoreutils-fixfiles \ |
| 18 | policycoreutils-secon \ |
| 19 | policycoreutils-semodule \ |
| 20 | policycoreutils-sestatus \ |
| 21 | policycoreutils-setfiles \ |
| 22 | selinux-init \ |
| 23 | selinux-labeldev \ |
| 24 | refpolicy \ |
| 25 | " |