]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: (fuse) follow only user_id= on umount
authorKarel Zak <kzak@redhat.com>
Thu, 15 Nov 2018 11:11:29 +0000 (12:11 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 30 Nov 2018 09:25:04 +0000 (10:25 +0100)
commitdf61216c678c6d00a85230521d3e9bd7354788cb
tree927e1225b1bab18dbcca341f114e6b07e0346792
parent5fea669e9ef0a08804f72bb40f859f239f68c30a
libmount: (fuse) follow only user_id= on umount

The option user= is already handled by evaluate_permissions() and by
classic mount and umount usermount support. It seems we do not need
to duplicate support for user= in is_fuse_usermount().

The option user_id= is fuse specific and it's maintained by
libfuse/kernel in /proc/self/mountinfo. This is feature we need to
support in umount(8).

Addresses: https://github.com/karelzak/util-linux/pull/705
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context_umount.c