diff options
| author | Wenzong Fan <wenzong.fan@windriver.com> | 2017-09-04 22:59:51 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@windriver.com> | 2017-09-13 19:48:51 -0500 |
| commit | 28b961cbbd56c4bb3358228ebc531deb35c00041 (patch) | |
| tree | d96d955f486ef88cdd2d53ab07ae58f7129438c1 | |
| parent | 17cda5af69a4bab61b79d14f59676bbe40c0a4e9 (diff) | |
| download | meta-selinux-28b961cbbd56c4bb3358228ebc531deb35c00041.tar.gz | |
selinux-dbus: add package 2.7 (20170804)
Move policycoreutils/sepolicy/dbus to dbus.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
| -rw-r--r-- | recipes-security/selinux/selinux-dbus.inc | 14 | ||||
| -rw-r--r-- | recipes-security/selinux/selinux-dbus_2.7.bb | 7 |
2 files changed, 21 insertions, 0 deletions
diff --git a/recipes-security/selinux/selinux-dbus.inc b/recipes-security/selinux/selinux-dbus.inc new file mode 100644 index 0000000..1b66136 --- /dev/null +++ b/recipes-security/selinux/selinux-dbus.inc | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "SELinux dbus service files" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | Provide SELinux dbus service files and scripts." | ||
| 4 | |||
| 5 | SECTION = "base" | ||
| 6 | LICENSE = "GPLv2+" | ||
| 7 | |||
| 8 | RDEPENDS_${PN} += "python selinux-python-sepolicy" | ||
| 9 | |||
| 10 | FILES_${PN} += "\ | ||
| 11 | ${datadir}/system-config-selinux/selinux_server.py \ | ||
| 12 | ${datadir}/polkit-1/actions/org.selinux.policy \ | ||
| 13 | ${datadir}/dbus-1/system-services/org.selinux.service \ | ||
| 14 | " | ||
diff --git a/recipes-security/selinux/selinux-dbus_2.7.bb b/recipes-security/selinux/selinux-dbus_2.7.bb new file mode 100644 index 0000000..a4f14ed --- /dev/null +++ b/recipes-security/selinux/selinux-dbus_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] = "6944aa95cfb44e4d76b1aff48b38f08e" | ||
| 7 | SRC_URI[sha256sum] = "a7f3dbe68c0d02cd1cbe6aac06e87c2957668cb88083389654fabacb79641ae4" | ||
