mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-25 06:43:40 +00:00
5f844b6991
One thing that confused me when investigating https://github.com/SELinuxProject/selinux/issues/248 (i.e. https://github.com/coreos/fedora-coreos-tracker/issues/512) was that the manual page for `setfiles` seemed to imply that paths were fully resolved. This was consistent with the issues above where `setfiles` was failing because the target of the symbolic link didn't exist. But in fact, the wording around symbolic links in `setfiles`/`restorecon` refers actually to whether the parent directories are canonicalized via `realpath(3)` before labeling. Clarify the man pages to explain this. Signed-off-by: Jonathan Lebon <jlebon@redhat.com> Acked-by: Stephen Smalley <stephen.smalley.work@gmail.com> |
||
---|---|---|
.. | ||
ru | ||
.gitignore | ||
Makefile | ||
restore.c | ||
restore.h | ||
restorecon_xattr.8 | ||
restorecon_xattr.c | ||
restorecon.8 | ||
setfiles.8 | ||
setfiles.c |