]> granicus.if.org Git - sudo/commitdiff
Mention hardening by default and how to disable.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 24 May 2012 14:21:59 +0000 (10:21 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 24 May 2012 14:21:59 +0000 (10:21 -0400)
--HG--
branch : 1.7

NEWS

diff --git a/NEWS b/NEWS
index 3c8702178d95cd1e98ca3220926ec6a8773fe56a..1ff8597a7783a211fe4a3ce56decf9e80ddbbbf5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 What's new in Sudo 1.7.10?
 
+ * Sudo is now built with the -fstack-protector flag if the the
+   compiler supports it.  Also, the -zrelro linker flag is used if
+   supported.  The --disable-hardening configure option can be used
+   to build sudo without stack smashing support.
+
  * If the user is a member of the "exempt" group in sudoers, they
    will no longer be prompted for a password even if the -k flag
    is specified with the command.  This makes "sudo -k command"