Skip to content

Commit 33cb31f

Browse files
committed
Add an example remediation for Hummingbird
A Humminbird remediation for rule `no_host_based_files` has been added. This demonstrates how the Humminbird should look like and shows how it differs from a generic Bash remediation.
1 parent e03042c commit 33cb31f

File tree

1 file changed

+2
-0
lines changed
  • linux_os/guide/services/obsolete/r_services/no_host_based_files/hummingbird

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# platform = multi_platform_all
2+
find "$NEWROOT" -type f -name "shosts.equiv" -exec rm -f {} \;

0 commit comments

Comments
 (0)