[systemd-bugs] [Bug 73809] systemd --user mount targets with -t option fails due to lack of root privileges

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 18 12:42:54 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=73809

Lucas Werkmeister <freedesktop at lucaswerkmeister.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |freedesktop at lucaswerkmeiste
                   |                            |r.de

--- Comment #6 from Lucas Werkmeister <freedesktop at lucaswerkmeister.de> ---
I think systemd could mount at least FUSE filesystems as user by running the
FUSE program directly. This would mean translating

[Mount]
What=$what
Where=$where
Type=fuse.$fusetype
Options=$options

to

$fusetype $what $where -o $options

As a bonus, since some FUSE file systems don’t need a source, it would be
convenient if What were made optional, translating

[Mount]
Where=$where
Type=fuse.$fusetype
Options=$options

to

$fusetype $where -o $options

(Alternatively, you could run mount.fuse $fusetype#$what $where -o $options,
but that doesn’t seem to do much more than adding two default options
(dev,suid) and then running the FUSE program normally.)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/systemd-bugs/attachments/20160718/39ae930d/attachment.html>


More information about the systemd-bugs mailing list