]> git.ipfire.org Git - thirdparty/systemd.git/commit
mount-util: use UMOUNT_NOFOLLOW in recursive umounter
authorLennart Poettering <lennart@poettering.net>
Sat, 27 Jun 2020 09:13:01 +0000 (11:13 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 7 Jul 2020 09:20:42 +0000 (11:20 +0200)
commit827ea5212507c3833b6ae14cdf65e446b36b5e05
treec33cd2282d998f1f7afe82a4023b0a1c6d80add2
parente49ee28522d4cf24b03359ba30eb2a3a0054e085
mount-util: use UMOUNT_NOFOLLOW in recursive umounter

When we only want to unmount mount points below some path then it is
against our interest to follow symlinks. Hence don't.
src/shared/mount-util.c