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

[WSL] CLI tool creates package dir with root as owner. #16

Open
deuszx opened this issue May 17, 2023 · 0 comments
Open

[WSL] CLI tool creates package dir with root as owner. #16

deuszx opened this issue May 17, 2023 · 0 comments

Comments

@deuszx
Copy link
Contributor

deuszx commented May 17, 2023

On WSL2, running build-verifiable-ink -i ghcr.io/web3labs/ink-verifier . creates directory that is owned by root and cannot be removed by a use

$ rm -rf package
rm: cannot remove 'package/src/Cargo.toml': Permission denied
rm: cannot remove 'package/src/lib.rs': Permission denied

$ ls -al
total 24
drwxr-xr-x 3 mateusz mateusz 4096 May 17 16:28 .
drwxr-xr-x 7 mateusz mateusz 4096 Apr 14 10:19 ..
-rw-r--r-- 1 mateusz mateusz  967 Apr 14 10:19 Cargo.toml
-rw-r--r-- 1 mateusz mateusz 7206 Apr 14 10:19 lib.rs
drwxr-xr-x 3 root    root    4096 May 17 16:28 package
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

1 participant