From 9c9458f2010209d2cf0141a69eebcef400236bfcd8692536272b539773ff1d09 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 19 May 2014 14:08:21 +0000 Subject: [PATCH] Accepting request 234722 from home:msmeissn:branches:devel:openSUSE:Factory:rpmlint - enable org.selinux.service and org.selinux.conf of policycoreutils (pending more review) bnc#878631 OBS-URL: https://build.opensuse.org/request/show/234722 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=272 --- config | 5 ++++- rpmlint.changes | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/config b/config index 0fb0d4d..049afdd 100644 --- a/config +++ b/config @@ -613,7 +613,10 @@ setOption("DBUSServices.WhiteList", ( "nm-openswan-service.conf", # baloo, formerly nepomuk (bnc#866131) "org.kde.baloo.filewatch.conf", - "org.kde.baloo.filewatch.service" + "org.kde.baloo.filewatch.service", + # policycoreutils new service/config (bnc#878631) + "org.selinux.service", + "org.selinux.conf" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index 73742a3..d6fc0c0 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 19 13:20:06 UTC 2014 - meissner@suse.com + +- enable org.selinux.service and org.selinux.conf of policycoreutils + (pending more review) bnc#878631 + ------------------------------------------------------------------- Thu May 8 08:52:02 UTC 2014 - dmueller@suse.com