<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:freedesktop@lucaswerkmeister.de" title="Lucas Werkmeister <freedesktop@lucaswerkmeister.de>"> <span class="fn">Lucas Werkmeister</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - systemd --user mount targets with -t option fails due to lack of root privileges"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73809">bug 73809</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>freedesktop@lucaswerkmeister.de
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - systemd --user mount targets with -t option fails due to lack of root privileges"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73809#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - systemd --user mount targets with -t option fails due to lack of root privileges"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73809">bug 73809</a>
from <span class="vcard"><a class="email" href="mailto:freedesktop@lucaswerkmeister.de" title="Lucas Werkmeister <freedesktop@lucaswerkmeister.de>"> <span class="fn">Lucas Werkmeister</span></a>
</span></b>
<pre>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.)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>