summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/selinux-dbus.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/selinux/selinux-dbus.inc')
-rw-r--r--recipes-security/selinux/selinux-dbus.inc14
1 files changed, 14 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 @@
1SUMMARY = "SELinux dbus service files"
2DESCRIPTION = "\
3Provide SELinux dbus service files and scripts."
4
5SECTION = "base"
6LICENSE = "GPLv2+"
7
8RDEPENDS_${PN} += "python selinux-python-sepolicy"
9
10FILES_${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"