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

Add remove suid/sgid function #12

Merged
merged 3 commits into from Jun 3, 2015
Merged

Add remove suid/sgid function #12

merged 3 commits into from Jun 3, 2015

Conversation

rndmh3ro
Copy link
Member

No description provided.

@chris-rock
Copy link
Member

rebased onto master

- name: remove suid/sgid bit from all binaries except in whitelist
file: path='{{item}}' mode='a-s'
with_items:
- '{{ suid_clean | difference(os_security_suid_sgid_system_whitelist) }}'
Copy link
Member

Choose a reason for hiding this comment

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

We do not need to run the user whitelist again

@chris-rock
Copy link
Member

@rndmh3ro this looks great, only one minor issue. After we fixed this, I am ready to merge.

@rndmh3ro
Copy link
Member Author

rndmh3ro commented Jun 1, 2015

Thanks, @chris-rock you're right. I removed it.

@chris-rock
Copy link
Member

thanks for fixing this!

chris-rock added a commit that referenced this pull request Jun 3, 2015
Add remove suid/sgid function
@chris-rock chris-rock merged commit 67d04b3 into master Jun 3, 2015
@chris-rock chris-rock deleted the suidsgid branch June 3, 2015 19:37
rndmh3ro pushed a commit that referenced this pull request Jul 24, 2020
rndmh3ro added a commit that referenced this pull request Jul 24, 2020
Add comment filter to {{ansible_managed}} string
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.

None yet

2 participants