commit | 1cd972fc81757d6157afa192da99473243dfce8b | [log] [tgz] |
---|---|---|
author | Stephen Smalley <[email protected]> | Fri Jan 13 15:21:01 2017 -0500 |
committer | Stephen Smalley <[email protected]> | Fri Jan 13 15:28:51 2017 -0500 |
tree | 10a98a50ea1ca22cd4952ad6851042b095dd9b8d | |
parent | 908898846af20acf3940f2b2c2a8865a1645a93b [diff] |
libselinux: selinux_restorecon: only log no default label warning for caller-supplied pathname $ touch /tmp/foo $ chcon -t etc_t /tmp/foo $ restorecon /tmp/foo Warning no default label for /tmp/foo $ restorecon -R /tmp/foo Warning no default label for /tmp/foo $ restorecon -R /tmp Signed-off-by: Stephen Smalley <[email protected]>