diff options
author | Jim Meyering <jim@meyering.net> | 2007-09-05 10:57:54 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-09-05 10:58:45 +0200 |
commit | 0fb836f179d0cb2509aefcf007157e02dd0814b6 (patch) | |
tree | f4c6040fe50cac03c0fb58df15e36f608f2f4bf2 /ChangeLog | |
parent | 4055cd5a2679bc625c4dde7bce941461481ea8b0 (diff) | |
download | coreutils-0fb836f179d0cb2509aefcf007157e02dd0814b6.tar.xz |
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 "?".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-09-05 Jim Meyering <jim@meyering.net> + + 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 <jim@meyering.net> Invoke $(AUTOCONF) manually, if needed to get an updated version string. |