Skip to content

Commit

Permalink
converts user/group name to uid/gid if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
wookietreiber committed Nov 16, 2023
1 parent cea375b commit 74836c5
Show file tree
Hide file tree
Showing 5 changed files with 361 additions and 29 deletions.
274 changes: 272 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ rust-version = "1.70"
anyhow = "1"
bstr = "1"
bytesize = "1"
libc = "0.2"
pwd-grp = "0.1"
tempfile = "3"

[dependencies.clap]
Expand Down
Loading

0 comments on commit 74836c5

Please sign in to comment.