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

Fixed typo error on README and section 1.1.2 #102

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ ubuntu1804cis_time_synchronization_servers:
config: "minpoll 8"

```
##### - name: "SCORED | 1.1.5 | PATCH | Ensure noexec option set on /tmp partition"
It is not implemented, noexec for /tmp will disrupt apt. /tmp contains executable scripts during package installation
```

##### 1.1.5 | PATCH | Ensure noexec option set on /tmp partition
It is not implemented because noexec for /tmp will disrupt apt. /tmp contains executable scripts during package installation
```yaml
ubuntu1804cis_rule_1_1_5: false
```
##### 1.5.3 | PATCH | Ensure authentication required for single user mode
It is disabled by default as it is setting random password for root. To enable it set:
Expand Down
4 changes: 2 additions & 2 deletions tasks/section1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
- filesystems
- rule_1.1.1.8

- name: "SCORED | 1.1.2 | PATCH | Ensure separate partition exists for /tmp | enable and start/restart tmp.mount"
- name: "SCORED | 1.1.2 | PATCH | Ensure /tmp is configured | enable and start/restart tmp.mount"
copy:
src: "{{ tmp_mount_file[ansible_os_family] }}"
dest: /etc/systemd/system/tmp.mount
Expand All @@ -278,7 +278,7 @@
- patch
- rule_1.1.2

- name: "SCORED | 1.1.2 | PATCH | Ensure separate partition exists for /tmp | enable and start/restart tmp.mount"
- name: "SCORED | 1.1.2 | PATCH | Ensure /tmp is configured | enable and start/restart tmp.mount"
systemd:
name: tmp.mount
daemon_reload: yes
Expand Down