]> err.no Git - util-linux/commit
mount: add support for mtab "uhelper" option
authorKarel Zak <kzak@redhat.com>
Thu, 12 Apr 2007 12:35:46 +0000 (14:35 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 24 Apr 2007 22:20:40 +0000 (00:20 +0200)
commitdd9f213ab6efd352f67bc18071c16239d1002b94
treee390f57c96ff0c348fce7edf6eef311fe7d7b077
parent0b44c6155b8430fdf832fabc42d3f4b8dfa9f072
mount: add support for mtab "uhelper" option

The helper is an external /sbin/umount.<suffix> program where the
suffix is a value from the uhelper= option from /etc/mtab.

The uhelper (unprivileged umount helper) is possible to used when
non-root user wants to umount a mountpoint which is not defined in the
/etc/fstab file (e.g devices mounted by HAL).

This option is already supported by HAL upstream.

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