blob: 725eb237a98f210c58f4ee921e0ac1156396950d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SUMMARY = "SELinux GUI tools"
DESCRIPTION = "\
Provide SELinux Management tool (system-config-selinux) and SELinux \
Policy Generation Tool (selinux-polgengui)"
SECTION = "base"
LICENSE = "GPLv2+"
RDEPENDS_${PN} += "python3-core"
FILES_${PN} += " \
${datadir}/system-config-selinux/* \
${datadir}/icons/hicolor/* \
${datadir}/polkit-1/actions/org.selinux.config.policy \
"
|