Skip to content

Commit 19b8788

Browse files
Sebastian GumprichSebastian Gumprich
authored andcommitted
remove unused parameter from readme
1 parent f13c1ed commit 19b8788

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Otherwise inspec will fail. For more information, see [issue #124](https://githu
5252
| `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|
5353
| `os_security_users_allow`| [] | list of things, that a user is allowed to do. May contain `change_user`.
5454
| `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`)|
55-
| `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. |
5655
| `os_security_kernel_enable_core_dump`| false | kernel is crashing or otherwise misbehaving and a kernel core dump is created |
5756
| `os_security_suid_sgid_enforce`| true | true if you want to reduce SUID/SGID bits. There is already a list of items which are searched for configured, but you can also add your own|
5857
| `os_security_suid_sgid_blacklist`| [] | a list of paths which should have their SUID/SGID bits removed|

0 commit comments

Comments
 (0)