mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-25 16:55:53 +03:00
[GH-ISSUE #243] Documentation: functions in documentation does not reflect actual functions in the code #72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @egisan2019 on GitHub (Feb 20, 2023).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/243
Originally assigned to: @konstruktoid on GitHub.
Some minor docs issues, which make harder to navigate the script, as function names differ:
function name disablemnt vs actual name f_disablefs
limits vs f_limitsconf
packages vs f_package_install
ctraltdel vs f_ctrlaltdel
compilers vs f_restrictcompilers
reboot vs f_checkreboot
Also missing some functions description in docs, which are implemented:
f_aptget_configure
f_sshconfig
f_package_remove
f_aa_enforce
f_aide_post
f_aide_timer
f_aptget_noexec
f_aptget_clean
maybe they are merged into other scripts?
Is it possible to identify implemented CIS controls?
@konstruktoid commented on GitHub (Feb 20, 2023):
Thanks @egisan2019, and to be honest; This isn't minor.
Will start updating.
@konstruktoid commented on GitHub (Feb 22, 2023):
Sorry for the delay @egisan2019, but the README has been rewritten.
Feel free to point out any mistakes.