From 7734cc9772a6b438e5e91b219cacc4a5482762efff9c21f3ccc6fcda87eab2c4 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 19 Nov 2013 09:49:02 +0000 Subject: [PATCH] Accepting request 207436 from home:krahmer:branches:devel:openSUSE:Factory:rpmlint - Adding org.selinux DBUS service (bnc#848550) OBS-URL: https://build.opensuse.org/request/show/207436 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=228 --- config | 5 ++++- rpmlint.changes | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config b/config index 57b8652..3c411b7 100644 --- a/config +++ b/config @@ -582,7 +582,10 @@ setOption("DBUSServices.WhiteList", ( "org.mate.SettingsDaemon.DateTimeMechanism.conf", # tuned DBUS service (bnc#787379) "com.redhat.tuned.conf", - "com.redhat.tuned.service" + "com.redhat.tuned.service", + # policycoreutils (bnc#848550) + "org.selinux.conf", + "org.selinux.service" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index 10b3403..0e73530 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 18 11:10:14 UTC 2013 - krahmer@suse.com + +- Adding org.selinux DBUS service (bnc#848550) + ------------------------------------------------------------------- Tue Oct 23 11:51:38 UTC 2013 - heinemannj66@gmail.com