blob: 78f571c21e6f4f85c04d4db224a4a4b4caee23d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
SUMMARY = "SELinux init script"
DESCRIPTION = "\
Script to detect and attempt to correct a misconfigured SELinux system at \
boot time. \
"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
${PN}_RDEPENDS = " \
coreutils \
libselinux-bin \
policycoreutils-secon \
policycoreutils-setfiles \
"
SRC_URI = " \
file://${BPN}.sh \
file://${BPN}.sh.sysvinit \
file://${BPN}.service \
"
INITSCRIPT_PARAMS = "start 01 S ."
require selinux-initsh.inc
|