summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-06 18:01:01 +0000
committerGitHub <noreply@github.com>2021-11-06 18:01:01 +0000
commiteeb7e66e975d623aacfb95a450237192fd200e30 (patch)
treeb6905b92ac4a4e49e703721cbadeac2ce8da9a23 /nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
parent89ec09c85893fa1c9169aa14509e19e697871f20 (diff)
parentd63d3250f4ead4753181d00b5c8a6f4a5e3c6f07 (diff)
downloadnixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.tar
nixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.tar.gz
nixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.tar.bz2
nixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.tar.lz
nixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.tar.xz
nixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.tar.zst
nixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual/from_md/release-notes/rl-2111.section.xml')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 52b57596d54..eb14b22b22d 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -450,9 +450,10 @@
         <para>
           The NixOS VM test framework,
           <literal>pkgs.nixosTest</literal>/<literal>make-test-python.nix</literal>,
-          now requires non-terminating commands such as
-          <literal>succeed(&quot;foo &amp;&quot;)</literal> to close
-          stdout. This can be done with a redirect such as
+          now requires detaching commands such as
+          <literal>succeed(&quot;foo &amp;&quot;)</literal> and
+          <literal>succeed(&quot;foo | xclip -i&quot;)</literal> to
+          close stdout. This can be done with a redirect such as
           <literal>succeed(&quot;foo &gt;&amp;2 &amp;&quot;)</literal>.
           This breaking change was necessitated by a race condition
           causing tests to fail or hang. It applies to all methods that
@@ -1858,6 +1859,14 @@ Superuser created successfully.
           </listitem>
         </itemizedlist>
       </listitem>
+      <listitem>
+        <para>
+          <literal>security.pam.services.&lt;name&gt;.makeHomeDir</literal>
+          now uses <literal>umask=0077</literal> instead of
+          <literal>umask=0022</literal> when creating the home
+          directory.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
 </section>