Summary: | systemd.automount need superuser permission to mount | ||
---|---|---|---|
Product: | systemd | Reporter: | Mike <michele.cane> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED NOTABUG | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Mike
2014-02-08 13:43:28 UTC
Does it work as expected if you add User=<your-user> in the .mount file? The issue persists after adding User=<your-user> in the .mount file. Cheers Mike systemd will only deal with system mounts, not user mounts. It is not suitable for interactive mounts and where the credentials required for mounting are inherently bound to some user identity, rather than system identity. sshfs is certainly bound to user identity. This is hence pretty much out-of-focus for systemd itself, the same way as mounting removable disks is done by udisks and out-of-focus for systemd. Sorry. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.