RFE: lift root requirements for some bootc commands
Open
area/client
enhancement
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 230
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 38
Description
Feel free to push back on this, but there are a number of rpm-ostree commands that can be run w/o sudo access. `rpm-ostree status` is what comes to mind. I believe we have policykit (or something like that!) to enable certain commands from non-privileged users. It would be nice if we could do the same for bootc.
I *think* we want any user w/ shell access to be able to querry:
```
$ bootc status
ERROR Status: Querying root privilege: This command requires root privileges
```
Thoughts?
Contributor guide
Assessment
This issue has not been assessed yet.