Navigation Menu

Skip to content

Commit

Permalink
Print info about SELinux
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Feb 13, 2019
1 parent 1de1580 commit 4e2555f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/regtesting/do_regtest
Expand Up @@ -777,6 +777,13 @@ fi
echo "--------------------------- Resource limits ------------------------------"
prlimit

echo "--------------------------- SELinux --------------------------------------"
if [[ -f /usr/sbin/getenforce ]]; then
echo "SELinux is installed and is $(/usr/sbin/getenforce)"
else
echo "No SELinux installation found"
fi

echo "--------------------------- Preparations ---------------------------------"

# make realclean
Expand Down

0 comments on commit 4e2555f

Please sign in to comment.