···18511851 </listitem>
18521852 </itemizedlist>
18531853 </listitem>
18541854+ <listitem>
18551855+ <para>
18561856+ <literal>security.pam.services.<name>.makeHomeDir</literal>
18571857+ now uses <literal>umask=0077</literal> instead of
18581858+ <literal>umask=0022</literal> when creating the home
18591859+ directory.
18601860+ </para>
18611861+ </listitem>
18541862 </itemizedlist>
18551863 </section>
18561864</section>
+2
nixos/doc/manual/release-notes/rl-2111.section.md
···514514 - The `services.unifi.dataDir` option is removed and the data is now always located under `/var/lib/unifi/data`. This is done to make better use of systemd state direcotiry and thus making the service restart more reliable.
515515 - The unifi logs can now be found under: `/var/log/unifi` instead of `/var/lib/unifi/logs`.
516516 - The unifi run directory can now be found under: `/run/unifi` instead of `/var/lib/unifi/run`.
517517+518518+- `security.pam.services.<name>.makeHomeDir` now uses `umask=0077` instead of `umask=0022` when creating the home directory.