0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 13:18:57 +03:00

16.09 changelog: add mention of special filesystems changes

(cherry picked from commit bf5d2bc215)
This commit is contained in:
Nikolay Amiantov 2016-09-17 13:24:25 +03:00 committed by Franz Pletz
parent 28f65b0b91
commit 1824c2b3cc
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -121,6 +121,14 @@ following incompatible changes:</para>
functionality. See <xref linkend="sec-grsecurity" /> for documentation
</para></listitem>
<listitem><para>Special filesystems, like <literal>/proc</literal>,
<literal>/run</literal> and others, now have the same mount options as
recommended by systemd. They are now unified across different places in NixOS.
Options are also updated on the system switch if possible. One benefit from
this is improved security -- most such filesystems are now mounted with
<literal>noexec</literal>, <literal>nodev</literal> and/or
<literal>nosuid</literal> options.</para></listitem>
</itemizedlist>