-
Notifications
You must be signed in to change notification settings - Fork 184
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
functions SDDL, EA & Reparse encoding #220
Conversation
@kevpar Could you please take a look? |
Perhaps in the future we should have a separate package concerned with encoding Windows files in a tar, and |
Would like to see a commit title that is clearer on what this does. I would suggest something like |
Separates out Security Descriptor (SDDL), Extended Attribute (EA) and Reparse tag encoding code into individual functions so that those functions can be reused in other code (like CimFS layer writing) Signed-off-by: Amit Barve <[email protected]>
7e9b083
to
184126a
Compare
@kevpar I have updated the commit message. Can you please take another look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Separates out Security Descriptor (SDDL), Extended Attribute (EA) and Reparse tag encoding
code into individual functions so that those functions can be reused in other code (like
CimFS layer writing)
Signed-off-by: Amit Barve [email protected]