diff options
Diffstat (limited to 'recipes-security/selinux/selinux-gui.inc')
| -rw-r--r-- | recipes-security/selinux/selinux-gui.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-security/selinux/selinux-gui.inc b/recipes-security/selinux/selinux-gui.inc new file mode 100644 index 0000000..1096f3f --- /dev/null +++ b/recipes-security/selinux/selinux-gui.inc | |||
| @@ -0,0 +1,15 @@ | |||
| 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} += "python" | ||
| 10 | |||
| 11 | FILES_${PN} += " \ | ||
| 12 | ${datadir}/system-config-selinux/* \ | ||
| 13 | ${datadir}/icons/hicolor/* \ | ||
| 14 | ${datadir}/polkit-1/actions/org.selinux.config.policy \ | ||
| 15 | " | ||
