-
Notifications
You must be signed in to change notification settings - Fork 741
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 passwd task, control os-03 #136
Conversation
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.
The task is already present or am I missing something?
tasks/minimize_access.yml
Outdated
@@ -18,9 +18,16 @@ | |||
when: item.stat.isdir | |||
with_items: "{{ minimize_access_directories.results }}" | |||
|
|||
- name: change shadow ownership to root and mode to 0600 | DTAG SEC Req 3.21-7 | |||
- name: change shadow ownership to {{ os_shadow_perms.owner }}.{{ os_shadow_perms.group }} and mode to {{ os_shadow_perms.mode }} | os-03 | |||
file: dest='/etc/shadow' owner={{ os_shadow_perms.owner }} group={{ os_shadow_perms.group }} mode={{ os_shadow_perms.mode }} |
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.
Seems like you duplicated this task above (new task is below) and changed it to proper YAML syntax. Sounds like you can remove the above task now?
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.
Well actually I wanted to to add a new task to harden passwd, but failed while copy-pasting. I'll fix that.
Now the PR is done, @ypid could you please make a review? |
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
allow configuration of GatewayPorts
add passwd task, control os-03
allow configuration of GatewayPorts
No description provided.