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

Update readme, todo, changelog, vars #30

Merged
merged 3 commits into from
Jun 24, 2015
Merged

Update readme, todo, changelog, vars #30

merged 3 commits into from
Jun 24, 2015

Conversation

rndmh3ro
Copy link
Member

  • This commit updates the readme in several ways.
  • It adds a todo-list and a changelog.
  • It deletes unused variables
  • It changes os_security_packages_clean to false so no packages get uninstalled by default.

* This commit updates the readme in several ways.
* It adds a todo-list and a changelog.
* It deletes unused variables
@@ -36,15 +27,12 @@ os_security_suid_sgid_whitelist: []
os_security_suid_sgid_remove_from_unknown: false

# remove packages with known issues
os_security_packages_clean: true
os_security_packages_clean: false
Copy link
Member

Choose a reason for hiding this comment

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

@rndmh3ro Is there any reason, why we set this value to false? I admit we do not have a great test coverage in our specs for package removal yet.

Copy link
Member Author

Choose a reason for hiding this comment

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

Well, I read this comment here: dev-sec/chef-os-hardening#12 (comment)

But I just checked, in the chef-os-hardening cookbook, the variable is set to true. So I'll set it to true here, too.

Copy link
Member

Choose a reason for hiding this comment

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

Oh, I get the confusion. The implementation discusses a default setting to false, but we ultimately decided to keep true default. See https://github.com/hardening-io/chef-os-hardening/pull/12/files#diff-25e5d4a4446ae12a0d6f1162b6160375R81

I add a ticket to the test to make this more explicit, because it is confusing indeed.

chris-rock added a commit that referenced this pull request Jun 24, 2015
 Update readme, todo, changelog, vars
@chris-rock chris-rock merged commit 75dbf1c into master Jun 24, 2015
@chris-rock chris-rock deleted the CL_RM_TODO branch June 24, 2015 13:40
@chris-rock
Copy link
Member

Thank you very much @rndmh3ro

rndmh3ro pushed a commit that referenced this pull request Jul 24, 2020
Change oneliner if-statements to be more readable
rndmh3ro added a commit that referenced this pull request Jul 24, 2020
make mysql daemon enabling configurable
rndmh3ro pushed a commit that referenced this pull request Nov 8, 2020
* fix linting issues

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>

* set file permissions

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
divialth pushed a commit to divialth/ansible-collection-hardening that referenced this pull request Aug 3, 2022
Change oneliner if-statements to be more readable
divialth pushed a commit to divialth/ansible-collection-hardening that referenced this pull request Aug 3, 2022
make mysql daemon enabling configurable
divialth pushed a commit to divialth/ansible-collection-hardening that referenced this pull request Aug 3, 2022
* fix linting issues

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>

* set file permissions

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
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.

2 participants