Commit b39ca898 authored by Anton Midyukov's avatar Anton Midyukov

mobile.mk: set CONTROL passwdqc-match:no_check and passwdqc-min:allow_pincode

We need to allow pin code as a password.
parent b5231528
......@@ -30,6 +30,8 @@ endif
@$(call set,LOCALE,ru_RU)
@$(call add,CONTROL,fusermount:public)
@$(call add,CONTROL,libnss-role:disabled)
@$(call add,CONTROL,passwdqc-match:no_check)
@$(call add,CONTROL,passwdqc-min:allow_pincode)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,waked.service)
mixin/phosh: use/services +nm-gtk4 +nm-native
......
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