From 0fb836f179d0cb2509aefcf007157e02dd0814b6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 5 Sep 2007 10:57:54 +0200 Subject: Adapt to new SELinux behavior: "?" vs. new "unlabeled" * src/ls.c (gobble_file): Interpret the new "unlabeled" indicator from getfilecon/lgetfilecon the same way we interpret a negative return value: no security context. So we don't print the "+". * tests/selinux: Recognize that "unlabeled" means insufficient support for SELinux, just like "?". --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cf1cffcde..b8805358a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-09-05 Jim Meyering + + Adapt to new SELinux behavior: "?" vs. new "unlabeled" + * src/ls.c (gobble_file): Interpret the new "unlabeled" indicator + from getfilecon/lgetfilecon the same way we interpret a negative + return value: no security context. So we don't print the "+". + * tests/selinux: Recognize that "unlabeled" means insufficient + support for SELinux, just like "?". + 2007-09-03 Jim Meyering Invoke $(AUTOCONF) manually, if needed to get an updated version string. -- cgit v1.2.3-54-g00ecf