pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc/guide/files
Module Name: pkgsrc
Committed By: nia
Date: Tue Nov 2 08:28:45 UTC 2021
Modified Files:
pkgsrc/doc/guide/files: hardening.xml
Log Message:
doc: Note that packages can request partial RELRO.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/doc/guide/files/hardening.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/guide/files/hardening.xml
diff -u pkgsrc/doc/guide/files/hardening.xml:1.3 pkgsrc/doc/guide/files/hardening.xml:1.4
--- pkgsrc/doc/guide/files/hardening.xml:1.3 Wed Oct 6 06:17:58 2021
+++ pkgsrc/doc/guide/files/hardening.xml Tue Nov 2 08:28:45 2021
@@ -1,4 +1,4 @@
-<!-- $NetBSD: hardening.xml,v 1.3 2021/10/06 06:17:58 nia Exp $ -->
+<!-- $NetBSD: hardening.xml,v 1.4 2021/11/02 08:28:45 nia Exp $ -->
<appendix id="hardening">
<title>Security hardening</title>
@@ -414,6 +414,11 @@ before <filename>bsd.prefs.mk</filename>
<programlisting>
RELRO_SUPPORTED= no
</programlisting>
+
+<para>
+It is also possible to at most enable partial RELRO, by
+setting <varname>RELRO_SUPPORTED</varname> to <literal>partial</literal>.
+</para>
</sect3>
</sect2>
Home |
Main Index |
Thread Index |
Old Index