summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/selinux-gui_3.2.bb
blob: 5534ec6315b28378c3c6170c39cee5bb98efb7fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "SELinux GUI tools"
DESCRIPTION = "\
Provide SELinux Management tool (system-config-selinux) and SELinux \
Policy Generation Tool (selinux-polgengui)"
SECTION = "base"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833"

require selinux_common.inc

S = "${WORKDIR}/git/gui"

RDEPENDS:${PN} += "python3-core"

FILES:${PN} += " \
        ${datadir}/system-config-selinux/* \
        ${datadir}/icons/hicolor/* \
        ${datadir}/polkit-1/actions/org.selinux.config.policy \
"