diff options
| author | Wenzong Fan <wenzong.fan@windriver.com> | 2017-09-04 22:59:52 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@windriver.com> | 2017-09-13 19:48:51 -0500 |
| commit | a1f9832b797ead41b8415f760727ad987b3470a8 (patch) | |
| tree | 6110ece2fdcb26670ae9f69496c6ed61a784af16 | |
| parent | 28b961cbbd56c4bb3358228ebc531deb35c00041 (diff) | |
| download | meta-selinux-a1f9832b797ead41b8415f760727ad987b3470a8.tar.gz | |
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>
| -rw-r--r-- | recipes-security/selinux/policycoreutils.inc | 7 | ||||
| -rw-r--r-- | recipes-security/selinux/selinux-gui.inc | 15 | ||||
| -rw-r--r-- | recipes-security/selinux/selinux-gui_2.7.bb | 7 |
3 files changed, 22 insertions, 7 deletions
diff --git a/recipes-security/selinux/policycoreutils.inc b/recipes-security/selinux/policycoreutils.inc index 8a9027b..5e03ba0 100644 --- a/recipes-security/selinux/policycoreutils.inc +++ b/recipes-security/selinux/policycoreutils.inc | |||
| @@ -78,7 +78,6 @@ PACKAGES =+ "\ | |||
| 78 | ${PN}-sestatus \ | 78 | ${PN}-sestatus \ |
| 79 | ${PN}-setfiles \ | 79 | ${PN}-setfiles \ |
| 80 | ${PN}-setsebool \ | 80 | ${PN}-setsebool \ |
| 81 | system-config-selinux \ | ||
| 82 | " | 81 | " |
| 83 | FILES_${PN}-fixfiles += "${base_sbindir}/fixfiles" | 82 | FILES_${PN}-fixfiles += "${base_sbindir}/fixfiles" |
| 84 | FILES_${PN}-genhomedircon += "${sbindir}/genhomedircon" | 83 | FILES_${PN}-genhomedircon += "${sbindir}/genhomedircon" |
| @@ -112,12 +111,6 @@ FILES_${PN}-setsebool += "\ | |||
| 112 | ${datadir}/bash-completion/completions/setsebool \ | 111 | ${datadir}/bash-completion/completions/setsebool \ |
| 113 | " | 112 | " |
| 114 | 113 | ||
| 115 | FILES_system-config-selinux = " \ | ||
| 116 | ${datadir}/system-config-selinux/* \ | ||
| 117 | ${datadir}/icons/hicolor/ \ | ||
| 118 | ${datadir}/polkit-1/actions/org.selinux.config.policy \ | ||
| 119 | " | ||
| 120 | |||
| 121 | export STAGING_INCDIR | 114 | export STAGING_INCDIR |
| 122 | export STAGING_LIBDIR | 115 | export STAGING_LIBDIR |
| 123 | export BUILD_SYS | 116 | export BUILD_SYS |
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 | " | ||
diff --git a/recipes-security/selinux/selinux-gui_2.7.bb b/recipes-security/selinux/selinux-gui_2.7.bb new file mode 100644 index 0000000..3531591 --- /dev/null +++ b/recipes-security/selinux/selinux-gui_2.7.bb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | include selinux_20170804.inc | ||
| 2 | include ${BPN}.inc | ||
| 3 | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "f3555cb50a9e67b42bc917ede1982c7d" | ||
| 7 | SRC_URI[sha256sum] = "693fb3347041b5a2273c52c33be0a256b109e60f2039ae1d7e90ba8a2ec0324f" | ||
