summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/selinux-dbus_3.5.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2023-03-11 21:13:05 +0800
committerJoe MacDonald <joe@deserted.net>2023-03-27 09:34:02 -0400
commit64be33c89e33441ac56bfc7226abf63040f090e7 (patch)
treecb53de2af2d626bc09c98823d385f903e5043548 /recipes-security/selinux/selinux-dbus_3.5.bb
parentff424dc4cfb6e214df1f17ef549aa809bcbac13e (diff)
downloadmeta-selinux-64be33c89e33441ac56bfc7226abf63040f090e7.tar.gz
selinux-dbus: upgrade 3.4 -> 3.5
License-Update: Rename COPYING to LICENSE. No content changes. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'recipes-security/selinux/selinux-dbus_3.5.bb')
-rw-r--r--recipes-security/selinux/selinux-dbus_3.5.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-security/selinux/selinux-dbus_3.5.bb b/recipes-security/selinux/selinux-dbus_3.5.bb
new file mode 100644
index 0000000..b1198af
--- /dev/null
+++ b/recipes-security/selinux/selinux-dbus_3.5.bb
@@ -0,0 +1,18 @@
1SUMMARY = "SELinux dbus service files"
2DESCRIPTION = "\
3Provide SELinux dbus service files and scripts."
4SECTION = "base"
5LICENSE = "GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=393a5ca445f6965873eca0259a17f833"
7
8require selinux_common.inc
9
10S = "${WORKDIR}/git/dbus"
11
12RDEPENDS:${PN} = "python3-core selinux-python-sepolicy"
13
14FILES:${PN} += "\
15 ${datadir}/system-config-selinux/selinux_server.py \
16 ${datadir}/polkit-1/actions/org.selinux.policy \
17 ${datadir}/dbus-1/system-services/org.selinux.service \
18"