···1851 </listitem>
1852 </itemizedlist>
1853 </listitem>
1854+ <listitem>
1855+ <para>
1856+ <literal>security.pam.services.<name>.makeHomeDir</literal>
1857+ now uses <literal>umask=0077</literal> instead of
1858+ <literal>umask=0022</literal> when creating the home
1859+ directory.
1860+ </para>
1861+ </listitem>
1862 </itemizedlist>
1863 </section>
1864</section>
+2
nixos/doc/manual/release-notes/rl-2111.section.md
···514 - 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.
515 - The unifi logs can now be found under: `/var/log/unifi` instead of `/var/lib/unifi/logs`.
516 - The unifi run directory can now be found under: `/run/unifi` instead of `/var/lib/unifi/run`.
00
···514 - 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.
515 - The unifi logs can now be found under: `/var/log/unifi` instead of `/var/lib/unifi/logs`.
516 - The unifi run directory can now be found under: `/run/unifi` instead of `/var/lib/unifi/run`.
517+518+- `security.pam.services.<name>.makeHomeDir` now uses `umask=0077` instead of `umask=0022` when creating the home directory.