diff --git a/config b/config index de69d10..705fef8 100644 --- a/config +++ b/config @@ -331,6 +331,7 @@ setOption('StandardGroups', ( 'bigsister', 'bitlbee', 'bin', + 'bird', 'bitcoin', 'boinc', 'casaauth', @@ -522,6 +523,7 @@ setOption('StandardUsers', ( 'beagleindex', 'bigsister', 'bin', + 'bird', 'bitcoin', 'bitlbee', 'boinc', @@ -1076,6 +1078,9 @@ setOption("DBUSServices.WhiteList", ( "org.freedesktop.timesync1.conf", # keepalived (bsc#1015141) "org.keepalived.Vrrp1.conf", + # boltd (bsc#1119975) + "org.freedesktop.bolt.conf", + "org.freedesktop.bolt.service", )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index 496ef12..27df954 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 21 17:08:47 UTC 2018 - matthias.gerstner@suse.com + +- whitelist boltd dbus service (bsc#1119975) + +------------------------------------------------------------------- +Wed Dec 12 20:14:29 UTC 2018 - mardnh@gmx.de + +- Add user/group 'bird' for package bird (network/bird) + ------------------------------------------------------------------- Fri Dec 7 17:45:26 UTC 2018 - Todd R