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