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