diff --git a/config b/config index 9bf20cd..71e7a53 100644 --- a/config +++ b/config @@ -799,7 +799,9 @@ setOption("DBUSServices.WhiteList", ( "org.kde.powerdevil.chargethresholdhelper.conf", # plasma5-disks smartmon helper "org.kde.kded.smart.service", - "org.kde.kded.smart.conf" + "org.kde.kded.smart.conf", + # KDiskMark, HDD/SSD benchmark GUI (bsc#1182521) + "org.jonmagon.kdiskmark.service" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index 7513b7c..c5096ed 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 30 15:00:44 UTC 2021 - Wolfgang Frisch + +- whitelist D-Bus Service org.jonmagon.kdiskmark.service (bsc#1182521) + ------------------------------------------------------------------- Fri Feb 26 10:49:52 UTC 2021 - Stephan Kulow