diff options
author | Jim Meyering <jim@meyering.net> | 2007-01-13 18:24:06 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-29 21:37:05 +0200 |
commit | 380c858b71d74e8fe02d591c63f33ba32949f6ec (patch) | |
tree | 4f1f058fbbd3de178e7fa9e0166532607626c611 /ChangeLog-selinux | |
parent | 1411a53dc12fe39c8217974bd36a2929952bacad (diff) | |
download | coreutils-380c858b71d74e8fe02d591c63f33ba32949f6ec.tar.xz |
* src/chcon.c (usage): Split a string literal that was longer than 509.
Diffstat (limited to 'ChangeLog-selinux')
-rw-r--r-- | ChangeLog-selinux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog-selinux b/ChangeLog-selinux index 2ef22cef2..fbae67e55 100644 --- a/ChangeLog-selinux +++ b/ChangeLog-selinux @@ -1,5 +1,7 @@ 2007-01-13 Jim Meyering <jim@meyering.net> + * src/chcon.c (usage): Split a string literal that was longer than 509. + * src/ls.c (gobble_file): Don't call getfilecon unless print_scontext. Upon failed getfilecon, accept not just ENOTSUP, but also ENODATA. |