We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c4df1 commit e56133eCopy full SHA for e56133e
README.md
@@ -164,7 +164,7 @@ Do not forget to specify in comment if it's a bonus check (suggested by CIS but
164
Code your check explaining what it does then if you want to test
165
166
```console
167
-$ sed -i "s/status=.+/status=enabled/" etc/conf.d/99.99_custom_script.cfg
+$ sed -i --follow-symlinks "s/status=.+/status=enabled/" etc/conf.d/99.99_custom_script.cfg
168
$ ./bin/hardening/99.99_custom_script.sh
169
```
170
## :sparkles: Functional testing
0 commit comments