summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8cfcb3c1..c4940da3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-12-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ "ls -l" wouldn't output "+" on SELinux hosts unless -Z was also given.
+ * src/ls.c (gobble_file): Also get the file context if -l is specified.
+ Treat getfilecon failures like file_has_acl failures.
+ (UNKNOWN_SECURITY_CONTEXT): New constant.
+ (clear_files): Don't free it.
+ (gobble_file): Set unknown security contexts to it; that way, we
+ don't have to have special cases for unknown contexts.
+ (print_long_format, print_file_name_and_frills): Don't worry
+ about scontext being null, since it's always some string now.
+
2007-12-11 Jim Meyering <meyering@redhat.com>
* NEWS: Add the "Bug fixes" heading.