aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>1999-12-27 23:56:17 +0000
committerErik Andersen <andersen@codepoet.org>1999-12-27 23:56:17 +0000
commit69ba6b2956202728a3da3489caa383fa6e7b114f (patch)
tree7c497db796b11320a79de30e47178117a2768b11
parent98f67e35d82e19f7a5e58551b5dd8feb121229b9 (diff)
downloadbusybox-69ba6b2956202728a3da3489caa383fa6e7b114f.tar.gz
Added changelog
-Erik
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 4b5ac711b..8b0b0be1d 100644
--- a/Changelog
+++ b/Changelog
@@ -10,6 +10,9 @@
* Added 'grep -q' thanks to a patch from "Konstantin Boldyshev"
<konst@voshod.com>.
* Implemented sort. -beppu
+ * Fixed tar SGID and SUID bug. Seems that chown(2) clears S_ISUID and
+ S_ISGID, even when chown is called as root. I changed the ordering
+ of chown and chmod so SGID and SUID file permissions don't get munged.
-Erik Andersen