-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user-level systemd unit example: /home/sleeper/.config is owned by root #367
Comments
Instead of discussing future ideas in this GitHub issue, I added a comment here instead |
Add missing directories to Butane configuration Adjust file permissions in Butane configuration Fixes coreos#367 Signed-off-by: Erik Sjölund <[email protected]>
- Add missing directories to Butane configuration - Adjust file permissions in Butane configuration Fixes: coreos#367 Signed-off-by: Erik Sjölund <[email protected]>
- Add missing directories to Butane configuration - Adjust file permissions in Butane configuration Fixes: #367 Signed-off-by: Erik Sjölund <[email protected]> Signed-off-by: Erik Sjölund <[email protected]> Co-authored-by: Erik Sjölund <[email protected]>
Regarding the example
https://docs.fedoraproject.org/en-US/fedora-coreos/tutorial-user-systemd-unit-on-boot/#_writing_the_butane_config_and_converting_to_ignition
The butane configuration does not explicitly create /home/sleeper/.config.
That leads to the directory being owned by root.
The directory should instead be owned by sleeper:sleeper
The text was updated successfully, but these errors were encountered: