particle-os-cli/process
Tom van Dijk 9963758a91 feat(podman_driver): Invoke sudo when needed for privileged
My motivation is that it's really a bad practice to just run `sudo bluebuild generate -o Containerfile`, as the file gets created as root and it's kind-of unsafe to the system too.

I'd rather have the tool invoke sudo by itselves for the things it needs it for, rather than wrapping the entire program in sudo.

This is especially the case for local (non-ci) builds.
2025-03-23 17:25:06 -04:00
..
drivers feat(podman_driver): Invoke sudo when needed for privileged 2025-03-23 17:25:06 -04:00
Cargo.toml chore(deps): bump sigstore from 0.10.0 to 0.11.0 2025-02-25 09:28:48 -05:00
drivers.rs fix: Remove image for docker inspect after running image to get version 2025-01-19 11:20:02 -05:00
logging.rs chore: Fix clippy lints 2025-02-04 18:28:18 -05:00
process.rs feat: Add validation command 2024-10-30 18:08:50 -04:00
signal_handler.rs chore: Switch to using my new proc_macro comlexr 2025-01-12 16:15:29 -05:00