blob: d29efec419b05552d64828d012be674dd38e1d69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
|