Skip to content
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

Feature Request: Allow specifying ownership for trees #577

Closed
vgchl opened this issue Jan 21, 2025 · 1 comment
Closed

Feature Request: Allow specifying ownership for trees #577

vgchl opened this issue Jan 21, 2025 · 1 comment

Comments

@vgchl
Copy link

vgchl commented Jan 21, 2025

When running rootless containers there's a lot of noise in butane files to set files and directories to have the correct ownership. Having the ability to define the ownership for a tree of files would make creating folder structures like .config/containers/systemd/user/some-service.container etc far more convenient.

I think this could be a convenient alternative to #380 as well.

For example:

trees:
  - path: /home/core/.config
    local: .config
    user:
      name: core   
    group:
      name: core
@travier
Copy link
Member

travier commented Jan 21, 2025

Unless I missed something, this is the same thing as #380. Please comment there.

@travier travier closed this as completed Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants