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]: progress indicator #31

Closed
markfaine opened this issue Oct 14, 2020 · 2 comments
Closed

[feature request]: progress indicator #31

markfaine opened this issue Oct 14, 2020 · 2 comments

Comments

@markfaine
Copy link

fixuid can sometimes be rather slow, leaving the user wondering what's wrong, often they will then try to cancel out of the command. Can we have some sort of indicator to let the user know that permissions are being changed in the container?

@caleblloyd
Copy link
Collaborator

It does print out which files it is changing permissions for when it encounters a file that needs permissions changed, so long as you don't use the -q flag to silence the output

It is slow if you are walking large container filesystems. If that's the case, a better thing to do would be to point fixuid to only scan the paths where it may encounter files that need UIDs changed

That can be accomplished through using the paths: array in the config:

https://github.com/boxboat/fixuid#specify-paths-and-behavior-across-devices

@markfaine
Copy link
Author

markfaine commented Oct 14, 2020 via email

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