mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
selinux-gui: add package 2.7 (20170804)
Move policycoreutils/gui to gui and cleanup policycoreutils.inc. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
parent
28b961cbbd
commit
a1f9832b79
|
|
@ -78,7 +78,6 @@ PACKAGES =+ "\
|
|||
${PN}-sestatus \
|
||||
${PN}-setfiles \
|
||||
${PN}-setsebool \
|
||||
system-config-selinux \
|
||||
"
|
||||
FILES_${PN}-fixfiles += "${base_sbindir}/fixfiles"
|
||||
FILES_${PN}-genhomedircon += "${sbindir}/genhomedircon"
|
||||
|
|
@ -112,12 +111,6 @@ FILES_${PN}-setsebool += "\
|
|||
${datadir}/bash-completion/completions/setsebool \
|
||||
"
|
||||
|
||||
FILES_system-config-selinux = " \
|
||||
${datadir}/system-config-selinux/* \
|
||||
${datadir}/icons/hicolor/ \
|
||||
${datadir}/polkit-1/actions/org.selinux.config.policy \
|
||||
"
|
||||
|
||||
export STAGING_INCDIR
|
||||
export STAGING_LIBDIR
|
||||
export BUILD_SYS
|
||||
|
|
|
|||
15
recipes-security/selinux/selinux-gui.inc
Normal file
15
recipes-security/selinux/selinux-gui.inc
Normal file
|
|
@ -0,0 +1,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} += "python"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/system-config-selinux/* \
|
||||
${datadir}/icons/hicolor/* \
|
||||
${datadir}/polkit-1/actions/org.selinux.config.policy \
|
||||
"
|
||||
7
recipes-security/selinux/selinux-gui_2.7.bb
Normal file
7
recipes-security/selinux/selinux-gui_2.7.bb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
include selinux_20170804.inc
|
||||
include ${BPN}.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
SRC_URI[md5sum] = "f3555cb50a9e67b42bc917ede1982c7d"
|
||||
SRC_URI[sha256sum] = "693fb3347041b5a2273c52c33be0a256b109e60f2039ae1d7e90ba8a2ec0324f"
|
||||
Loading…
Reference in New Issue
Block a user