commit | 893c2924e09e34683174e8aaa2c728f405085cc9 | [log] [tgz] |
---|---|---|
author | Richard Haines <richard_c_haines@btinternet.com> | Fri Jun 26 16:03:01 2015 +0100 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Fri Jun 26 12:36:16 2015 -0400 |
tree | 767e6f3d7e659cc196b59a0a147168d9442ada44 | |
parent | eda59e2777e231f4c0858a7b485cb210da1ba344 [diff] |
libselinux: Fix if file_contexts not '\n' terminated If the last line of a file_contexts file is not '\n' terminated or if any line has additional isspace(3) characters at end, it gave an invalid file type error. read_spec_entries now handles these situations. Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>