Skip to content

Commit cda2d58

Browse files
author
Sebastian Gumprich
authored
Merge pull request #92 from vivekagr/patch-1
Fix a formatting issue in readme.
2 parents 422489f + e04ef11 commit cda2d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ It will not:
4444
| `os_auth_allow_homeless`| false | true if to allow users without home to login|
4545
| `os_auth_pam_passwdqc_enable`| true | true if you want to use strong password checking in PAM using passwdqc|
4646
| `os_auth_pam_passwdqc_options`| "min=disabled,disabled,16,12,8" | set to any option line (as a string) that you want to pass to passwdqc|
47-
| `os_security_users_allow`| [] | list of things, that a user is allowed to do. May contain` `change_user`
47+
| `os_security_users_allow`| [] | list of things, that a user is allowed to do. May contain `change_user`.
4848
| `os_security_kernel_enable_module_loading`| true | true if you want to allowed to change kernel modules once the system is running (eg `modprobe`, `rmmod`)|
4949
| `os_security_kernel_enable_sysrq`| false | sysrq is a 'magical' key combo you can hit which the kernel will respond to regardless of whatever else it is doing, unless it is completely locked up. |
5050
| `os_security_kernel_enable_core_dump`| false | kernel is crashing or otherwise misbehaving and a kernel core dump is created |

0 commit comments

Comments
 (0)