From 7734cc9772a6b438e5e91b219cacc4a5482762efff9c21f3ccc6fcda87eab2c4 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 19 Nov 2013 09:49:02 +0000 Subject: [PATCH 1/4] 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 From 0c1c10b0ad923f68beaa5cde498a1c7b2cc071260bd633717da0d44e2b9449be Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 20 Nov 2013 08:45:28 +0000 Subject: [PATCH 2/4] Accepting request 207590 from home:krahmer:branches:devel:openSUSE:Factory:rpmlint - Whitelisting bluez DBUS service (bnc#768062) OBS-URL: https://build.opensuse.org/request/show/207590 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=229 --- config | 5 ++++- rpmlint.changes | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config b/config index 3c411b7..c0ad1bf 100644 --- a/config +++ b/config @@ -585,7 +585,10 @@ setOption("DBUSServices.WhiteList", ( "com.redhat.tuned.service", # policycoreutils (bnc#848550) "org.selinux.conf", - "org.selinux.service" + "org.selinux.service", + # bluez (bnc#768062) + "bluetooth.conf", + "org.bluez.service" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index 0e73530..d0fcb7f 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 19 13:50:21 UTC 2013 - krahmer@suse.com + +- Whitelisting bluez DBUS service (bnc#768062) + ------------------------------------------------------------------- Mon Nov 18 11:10:14 UTC 2013 - krahmer@suse.com From ef52320c66ab6db92f59fe9560b8a91b70c5e0db2a06cc0fcbeb3c625d05a3a0 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 20 Nov 2013 08:59:44 +0000 Subject: [PATCH 3/4] Accepting request 207721 from home:krahmer:branches:devel:openSUSE:Factory:rpmlint - Whitelisting kwallet DBUS service (bnc#849739) OBS-URL: https://build.opensuse.org/request/show/207721 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=230 --- config | 5 ++++- rpmlint.changes | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config b/config index c0ad1bf..d57ba5e 100644 --- a/config +++ b/config @@ -588,7 +588,10 @@ setOption("DBUSServices.WhiteList", ( "org.selinux.service", # bluez (bnc#768062) "bluetooth.conf", - "org.bluez.service" + "org.bluez.service", + # kwallet (bnc#849739) + "org.kde.kcontrol.kcmkwallet.conf", + "org.kde.kcontrol.kcmkwallet.service" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index d0fcb7f..e3f0c48 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 20 08:58:25 UTC 2013 - krahmer@suse.com + +- Whitelisting kwallet DBUS service (bnc#849739) + ------------------------------------------------------------------- Tue Nov 19 13:50:21 UTC 2013 - krahmer@suse.com From a6ad07cefdf9e08e57de09784469da2a91450228b0487edc48af513ddd9ad2d6 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 20 Nov 2013 16:51:25 +0000 Subject: [PATCH 4/4] Accepting request 207755 from home:fceller:branches:devel:openSUSE:Factory:rpmlint - Add user and group 'arangodb' for ArangoDB database server OBS-URL: https://build.opensuse.org/request/show/207755 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=231 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index d57ba5e..129d9cd 100644 --- a/config +++ b/config @@ -72,6 +72,7 @@ setOption('ValidGroups', []) setOption('StandardGroups', ( 'aegis', 'antivir', + 'arangodb', 'at', 'audio', 'avahi', @@ -212,6 +213,7 @@ setOption('StandardGroups', ( setOption('StandardUsers', ( 'aegis', 'amanda', + 'arangodb', 'asterisk', 'at', 'avahi', diff --git a/rpmlint.changes b/rpmlint.changes index e3f0c48..6ebc942 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 20 13:20:00 UTC 2013 - f.celler@triagens.de + +- Add user and group 'arangodb' for ArangoDB database server + ------------------------------------------------------------------- Wed Nov 20 08:58:25 UTC 2013 - krahmer@suse.com