Skip to content

Commit

Permalink
move audit rules default path variable
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
  • Loading branch information
konstruktoid committed Jan 16, 2018
1 parent 50ca5fc commit dc369a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helper_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Returns the absolute path of a given string
abspath () { case "$1" in /*)printf "%s\n" "$1";; *)printf "%s\n" "$PWD/$1";; esac; }

# Audit rules default path
auditrules="/etc/audit/audit.rules"

# Compares versions of software of the format X.Y.Z
do_version_check() {
[ "$1" = "$2" ] && return 10
Expand Down

0 comments on commit dc369a6

Please sign in to comment.