diff options
Diffstat (limited to 'recipes-security/selinux/selinux-dbus.inc')
| -rw-r--r-- | recipes-security/selinux/selinux-dbus.inc | 14 |
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 @@ | |||
| 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 | " | ||
