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

multiple fixes #132

Merged
merged 1 commit into from
May 9, 2017
Merged

multiple fixes #132

merged 1 commit into from
May 9, 2017

Conversation

bagajjal
Copy link

@bagajjal bagajjal commented May 9, 2017

@@ -134,7 +134,7 @@ check_secure_file_permission(const char *name, struct passwd * pw)
case ACCESS_DENIED_ACE_TYPE: {
PACCESS_DENIED_ACE pDeniedAce = (PACCESS_DENIED_ACE)current_ace;
current_trustee_sid = &(pDeniedAce->SidStart);
if(pDeniedAce->Mask & (FILE_GENERIC_READ & ~(SYNCHRONIZE | READ_CONTROL)) != 0) {
if((pDeniedAce->Mask & (FILE_GENERIC_READ & ~(SYNCHRONIZE | READ_CONTROL))) != 0) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bingbing8 do we have a test case covering this?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I will added.

@manojampalam manojampalam merged commit 0fe590b into latestw_all May 9, 2017
@bagajjal bagajjal deleted the multiple_minor_fixes_#714_#715 branch May 30, 2017 22:20
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

Successfully merging this pull request may close these issues.

3 participants