diff options
| -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" | ||
