mixin.mk: control libnss-role is disabled for regular-desktop

It is necessary for a standard set of groups to be created for a
new user, and not just one 'users' group. These groups are tied
to polkit rules.
This commit is contained in:
Anton Midyukov 2022-03-01 17:42:20 +07:00
parent 7a2f65f959
commit b2a37698e4

View File

@ -67,6 +67,7 @@ endif
@$(call add,DEFAULT_SERVICES_ENABLE,cups)
@$(call add,DEFAULT_SERVICES_ENABLE,alteratord)
@$(call add,CONTROL,fusermount:public)
@$(call add,CONTROL,libnss-role:disabled)
mixin/desktop-extra:
@$(call add,BASE_LISTS,$(call tags,(archive || base) && extra))