SHA256
1
0
forked from pool/rpmlint

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
This commit is contained in:
Marcus Meissner 2013-11-20 08:45:28 +00:00 committed by Git OBS Bridge
parent 7734cc9772
commit 0c1c10b0ad
2 changed files with 9 additions and 1 deletions

5
config
View File

@ -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", (

View File

@ -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