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

Move access rights code from RoddyToolLib RoddyIOHelpers to Roddy core #380

Open
vinjana opened this issue May 21, 2024 · 0 comments
Open
Projects

Comments

@vinjana
Copy link
Contributor

vinjana commented May 21, 2024

There are few functions for working with umask and access rights in RoddyIOHelper in the RoddyToolLib.

As far as I can see only symbolicToIntegerAccessRights is called from externally, and it is only used in the SSHExecutionService in RoddyCore. Move the code into RoddyCore and remove it from RoddyToolLib.

Consider using an apache-commons library, or similar for this. Then the code could be completely removed.

@vinjana vinjana created this issue from a note in RoddyCore (Backlog) May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
RoddyCore
  
Backlog
Development

No branches or pull requests

1 participant