Debian-cis: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Quickstart= *git clone https://github.com/ovh/debian-cis.git && cd debian-cis *cp debian/default /etc/default/cis-hardening *sed -i "s#CIS_LIB_DIR=.*#CIS_LIB_…“) |
|||
| Zeile 7: | Zeile 7: | ||
*sed -i "s#CIS_TMP_DIR=.*#CIS_TMP_DIR='$(pwd)'/tmp#" /etc/default/cis-hardening | *sed -i "s#CIS_TMP_DIR=.*#CIS_TMP_DIR='$(pwd)'/tmp#" /etc/default/cis-hardening | ||
*./bin/hardening/1.1.1.1_disable_freevxfs.sh --audit | *./bin/hardening/1.1.1.1_disable_freevxfs.sh --audit | ||
| + | =CIS-IDS= | ||
| + | *[[cis-ids]] | ||
| + | |||
=Links= | =Links= | ||
*https://github.com/ovh/debian-cis | *https://github.com/ovh/debian-cis | ||
Aktuelle Version vom 21. Januar 2025, 10:45 Uhr
Quickstart
- git clone https://github.com/ovh/debian-cis.git && cd debian-cis
- cp debian/default /etc/default/cis-hardening
- sed -i "s#CIS_LIB_DIR=.*#CIS_LIB_DIR='$(pwd)'/lib#" /etc/default/cis-hardening
- sed -i "s#CIS_CHECKS_DIR=.*#CIS_CHECKS_DIR='$(pwd)'/bin/hardening#" /etc/default/cis-hardening
- sed -i "s#CIS_CONF_DIR=.*#CIS_CONF_DIR='$(pwd)'/etc#" /etc/default/cis-hardening
- sed -i "s#CIS_TMP_DIR=.*#CIS_TMP_DIR='$(pwd)'/tmp#" /etc/default/cis-hardening
- ./bin/hardening/1.1.1.1_disable_freevxfs.sh --audit
CIS-IDS