mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
There are too many recipes in recipes-security/selinux. Keep the selinux userspace recipes and move selinux scripts to selinux-scripts directory to make the directory hierarchy clearer. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
20 lines
400 B
BlitzBasic
20 lines
400 B
BlitzBasic
SUMMARY = "SELinux init script"
|
|
DESCRIPTION = "Set SELinux labels for /dev."
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
coreutils \
|
|
libselinux-bin \
|
|
policycoreutils-setfiles \
|
|
"
|
|
|
|
SRC_URI = "file://${BPN}.sh \
|
|
file://${BPN}.service \
|
|
"
|
|
|
|
SELINUX_SCRIPT_DST = "0${BPN}"
|
|
|
|
require selinux-initsh.inc
|