Commit b2a37698 authored by Anton Midyukov's avatar Anton Midyukov

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.
parent 7a2f65f9
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment