Lines Matching refs:file_contexts
17 * Do not treat an empty file_contexts(.local) as an error, from Stephen Smalley.
19 * Fail hard on invalid file_contexts entries, from Stephen Smalley.
20 * Support context validation on file_contexts.bin, from Stephen Smalley.
21 * Test for file_contexts.bin format by magic number, from Stephen Smalley.
23 * Support specifying file_contexts.bin file path, from Stephen Smalley.
24 * Support file_contexts.bin without file_contexts, from Stephen Smalley.
30 * Fix if file_contexts not '\n' terminated, from Richard Haines.
67 * Add pcre version string to the compiled file_contexts format, from
168 * improve the file_contexts.5 manual page
520 * Fix segfault resulting from missing file_contexts file.
537 * Fix file_contexts.homedirs path from Todd Miller.
850 * Added -f file_contexts option to matchpathcon util.
953 This allows file_contexts with MLS fields to be processed on
1047 means only process the base file_contexts file, not
1048 file_contexts.homedirs or file_contexts.local, and is for use by
1065 * Merged matchpathcon patch for file_contexts.homedir from Dan Walsh.
1103 - changed matchpathcon to also use file_contexts.local if present
1108 <<none>> entries, and also for an empty file_contexts configuration.
1135 * Changed matchpathcon to skip invalid file_contexts entries.