]> git.ipfire.org Git - thirdparty/util-linux.git/commit
umount: use UMOUNT_NOFOLLOW for non-root users
authorKarel Zak <kzak@redhat.com>
Tue, 29 Mar 2011 08:19:56 +0000 (10:19 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 29 Mar 2011 15:01:59 +0000 (17:01 +0200)
commitb7cdab2a4799de50cb6bcc387c5c602910f10d0b
tree4964510016f0514ad30d932f171679e82204b38e
parent36a74e1b450f95767671df44bee9c73f21e2dec5
umount: use UMOUNT_NOFOLLOW for non-root users

The UMOUNT_NOFOLLOW umount2() flag is supported since kernel 2.6.34.

Signed-off-by: Karel Zak <kzak@redhat.com>
mount/umount.c