madaidans-insecurities / madaidans-insecurities.github.io

https://madaidans-insecurities.github.io/
139 stars 27 forks source link

fix linux hardening guide wrong things #60

Closed martin-sweeny closed 1 year ago

martin-sweeny commented 2 years ago

i'm pretty sure

rusty-snake commented 2 years ago

/bin/true is not "wrong" (both disable loading, the difference if they fail silently or not) is was inconsistent to use /bin/true in this place and /bin/false everywhere else.

:heavy_check_mark:

martin-sweeny commented 2 years ago

/bin/true is not "wrong" (both disable loading, the difference if they fail silently or not) is was inconsistent to use /bin/true in this place and /bin/false everywhere else.

heavy_check_mark

I can recommit with better wording if you prefer that

rusty-snake commented 2 years ago

No, just wanted to leave an FTR so that no one get the impression that using /bin/true does not disable module loading.