summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-09-11 16:30:27 +0200
committerJim Meyering <meyering@redhat.com>2009-09-11 19:58:18 +0200
commitebbf0a1f0f75490dd7e8b7d717adc46888075e1e (patch)
tree3b185b3c1770a50ba7de5b169ed3bed7abe3fa0b /NEWS
parent398749b0cc49773320e6bc56eafabe7e85437412 (diff)
downloadcoreutils-ebbf0a1f0f75490dd7e8b7d717adc46888075e1e.tar.xz
id: don't print context=... when POSIXLY_CORRECT is set
* src/id.c (print_full_info) [POSIXLY_CORRECT]: Don't print context. Reported by Ulrich Drepper. * NEWS (Changes in behavior): Mention it. * doc/coreutils.texi (id invocation): Document that id also prints the security context, when possible, and when POSIXLY_CORRECT is not set. * tests/id/no-context: New file. Test for this. * tests/Makefile.am (TESTS): Add it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6cfe8bb1c..b3c6c8c4a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ GNU coreutils NEWS -*- outline -*-
* Noteworthy changes in release ?.? (????-??-??) [?]
+** Changes in behavior
+
+ id no longer prints SELinux " context=..." when the POSIXLY_CORRECT
+ environment variable is set.
+
** Improvements
rm: rewrite to use gnulib's fts