Summary: | RFE: make systemd-ask-password work for user services | ||
---|---|---|---|
Product: | systemd | Reporter: | Rendaw <spoo> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED MOVED | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Rendaw
2015-04-10 15:59:44 UTC
This may be a simpler reproduction: ~$cat sap.sh #!/bin/bash nohup systemd-ask-password test & ~$./sap.sh ~$nohup: appending output to ‘nohup.out’ ~$cat nohup.out Failed to create password file: Permission denied strace reports: open("/run/systemd/ask-password/tmp.QQJtvY", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = -1 EACCES (Permission denied) Let's continue tracking this RFE in github: https://github.com/systemd/systemd/issues/1232 |
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.