]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
"mkdir -m =+x dir" no longer ignores the umask when evaluating "+x",
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Apr 2005 23:51:34 +0000 (23:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Apr 2005 23:51:34 +0000 (23:51 +0000)
and similarly for mkfifo and mknod.

NEWS

diff --git a/NEWS b/NEWS
index ed4b2b939ef334d988b72bc7bb2a1c146c61b3fb..107674e0d5b9d113187bf1f107270ea835dd3758 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,9 @@ GNU coreutils NEWS                                    -*- outline -*-
   ls now refuses to generate time stamps containing more than 1000 bytes, to
   foil potential denial-of-service attacks on hosts with very large stacks.
 
+  "mkdir -m =+x dir" no longer ignores the umask when evaluating "+x",
+  and similarly for mkfifo and mknod.
+
   "pr -D FORMAT" now accepts the same formats that "date +FORMAT" does.
 
   test now detects integer overflow when evaluating large integers,