Skip to content

Commit

Permalink
move dash to common shells
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 authored Jan 25, 2023
1 parent fa48854 commit 8173f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@
## Suspicious shells
-w /bin/ash -p x -k susp_shell
-w /bin/csh -p x -k susp_shell
-w /bin/dash -p x -k susp_shell
-w /bin/fish -p x -k susp_shell
-w /bin/tcsh -p x -k susp_shell
-w /bin/tclsh -p x -k susp_shell
Expand Down Expand Up @@ -713,6 +712,7 @@

## Common Shells
-w /bin/bash -p x -k susp_shell
-w /bin/dash -p x -k susp_shell
-w /bin/busybox -p x -k susp_shell
-w /bin/zsh -p x -k susp_shell
-w /bin/sh -p x -k susp_shell
Expand Down

0 comments on commit 8173f0b

Please sign in to comment.