From: Szabolcs Szakacsits <szaka-IyvsvuGDJ8VAfugRpC6u6w@public.gmane.org>
To: Miklos Szeredi <miklos-sUDqSbJrdHQHWmgEVkV9KA@public.gmane.org>
Cc: util-linux-ng-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org,
hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org,
serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org,
viro-rfM+Q5joDG/XmaaqVzeoHQ@public.gmane.org,
kzak-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org
Subject: Re: [patch] util-linux-ng: unprivileged mounts support
Date: Sat, 19 Jan 2008 18:05:15 +0200 (MET DST) [thread overview]
Message-ID: <Pine.LNX.4.61.0801191745520.4482@dhcppc1> (raw)
In-Reply-To: <E1JF7Xh-0003q3-Qv-8f8m9JG5TPIdUIPVzhDTVZP2KDSNp7ea@public.gmane.org>
On Wed, 16 Jan 2008, Miklos Szeredi wrote:
> This is an experimental patch for supporing unprivileged mounts and
> umounts.
User unmount unfortunately still doesn't work if the kernel doesn't have
the unprivileged mount support but as we discussed this in last July that
shouldn't be needed for this case.
% mount -t ntfs-3g /dev/hda10 /tmp/test
% cat /proc/mounts | grep /tmp/test
/dev/hda10 /tmp/test fuseblk rw,nosuid,nodev,user_id=501,group_id=501,allow_other 0 0
% mount | grep /tmp/test
/dev/hda10 on /tmp/test type fuseblk (rw,nosuid,nodev,allow_other,blksize=1024,user=szaka)
% umount /tmp/test
umount: /dev/hda10: not mounted
umount: /tmp/test: must be superuser to umount
umount: /dev/hda10: not mounted
umount: /tmp/test: must be superuser to umount
Szaka
--
NTFS-3G: http://ntfs-3g.org
WARNING: multiple messages have this Message-ID (diff)
From: Szabolcs Szakacsits <szaka@ntfs-3g.org>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: util-linux-ng@vger.kernel.org, akpm@linux-foundation.org,
hch@infradead.org, serue@us.ibm.com, viro@ftp.linux.org.uk,
kzak@redhat.com, linux-fsdevel@vger.kernel.org,
linux-kernel@vger.kernel.org, containers@lists.osdl.org
Subject: Re: [patch] util-linux-ng: unprivileged mounts support
Date: Sat, 19 Jan 2008 18:05:15 +0200 (MET DST) [thread overview]
Message-ID: <Pine.LNX.4.61.0801191745520.4482@dhcppc1> (raw)
In-Reply-To: <E1JF7Xh-0003q3-Qv@pomaz-ex.szeredi.hu>
On Wed, 16 Jan 2008, Miklos Szeredi wrote:
> This is an experimental patch for supporing unprivileged mounts and
> umounts.
User unmount unfortunately still doesn't work if the kernel doesn't have
the unprivileged mount support but as we discussed this in last July that
shouldn't be needed for this case.
% mount -t ntfs-3g /dev/hda10 /tmp/test
% cat /proc/mounts | grep /tmp/test
/dev/hda10 /tmp/test fuseblk rw,nosuid,nodev,user_id=501,group_id=501,allow_other 0 0
% mount | grep /tmp/test
/dev/hda10 on /tmp/test type fuseblk (rw,nosuid,nodev,allow_other,blksize=1024,user=szaka)
% umount /tmp/test
umount: /dev/hda10: not mounted
umount: /tmp/test: must be superuser to umount
umount: /dev/hda10: not mounted
umount: /tmp/test: must be superuser to umount
Szaka
--
NTFS-3G: http://ntfs-3g.org
next prev parent reply other threads:[~2008-01-19 16:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-16 12:38 [patch] util-linux-ng: unprivileged mounts support Miklos Szeredi
2008-01-16 13:17 ` Mike Frysinger
2008-01-16 20:33 ` Miklos Szeredi
[not found] ` <E1JF7Xh-0003q3-Qv-8f8m9JG5TPIdUIPVzhDTVZP2KDSNp7ea@public.gmane.org>
2008-01-19 16:05 ` Szabolcs Szakacsits [this message]
2008-01-19 16:05 ` Szabolcs Szakacsits
2008-01-19 20:32 ` Miklos Szeredi
2008-01-19 20:32 ` Miklos Szeredi
[not found] ` <E1JGKMY-00033X-FF-8f8m9JG5TPIdUIPVzhDTVZP2KDSNp7ea@public.gmane.org>
2008-01-19 21:42 ` Szabolcs Szakacsits
2008-01-19 21:42 ` Szabolcs Szakacsits
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.61.0801191745520.4482@dhcppc1 \
--to=szaka-iyvsvugdj8vafugrpc6u6w@public.gmane.org \
--cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
--cc=containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org \
--cc=hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
--cc=kzak-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=miklos-sUDqSbJrdHQHWmgEVkV9KA@public.gmane.org \
--cc=serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org \
--cc=util-linux-ng-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=viro-rfM+Q5joDG/XmaaqVzeoHQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.