diff --git a/config b/config index 536959a..cf18d61 100644 --- a/config +++ b/config @@ -90,6 +90,7 @@ setOption('StandardGroups', ( 'cdrom', 'ceph', 'chef', + 'chrony', 'citadel', 'colord', 'console', @@ -261,6 +262,7 @@ setOption('StandardUsers', ( 'casaauth', 'ceph', 'chef', + 'chrony', 'citadel', 'cntlm', 'colord', @@ -698,7 +700,10 @@ setOption("DBUSServices.WhiteList", ( "org.drbd.drbdmanaged.service", # iio-sensor-proxy (bsc#939191) "net.hadess.SensorProxy.conf", - "net.hadess.SensorProxy.service" + "net.hadess.SensorProxy.service", + # openattic (bsc#972478) + "openattic.conf", + "openattic.service" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index 54ca3a8..4006797 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Mar 30 12:10:04 UTC 2016 - krahmer@suse.com + +- whitelisting openattic (bsc#972478) + +------------------------------------------------------------------- +Thu Mar 24 18:51:51 UTC 2016 - mpost@suse.com + +- Updated config file to add user chrony and group chrony + (Fate#319508) + ------------------------------------------------------------------- Mon Mar 14 16:08:20 UTC 2016 - christoph@stop.pe