[users] The fallback groups are all **system** groups

main
Adriaan de Groot 4 years ago
parent b20c80a28c
commit ff9abdfc08

@ -608,7 +608,7 @@ setConfigurationDefaultGroups( const QVariantMap& map, QList< GroupDescription >
cWarning() << "Using fallback groups. Please check *defaultGroups* value in users.conf";
for ( const auto& s : { "lp", "video", "network", "storage", "wheel", "audio" } )
{
defaultGroups.append( GroupDescription( s ) );
defaultGroups.append( GroupDescription( s, GroupDescription::CreateIfNeeded{}, GroupDescription::SystemGroup{} ) );
}
}
}

Loading…
Cancel
Save