mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-20 23:54:19 -04:00
7aeef80298
With -L, a recursive chmod/chown follows symlinks while descending; a symlink pointing back to an ancestor forms a cycle that must be detected and not descended into forever. * tests/chmod/symlinks.sh: Add a symlink-cycle case for chmod -RL. * tests/chown/deref.sh: Likewise for chown -RL. https://github.com/coreutils/coreutils/pull/274