Blame tests/p_selinux/0_install_tools.sh

ef1acc
#!/bin/bash
ef1acc
# Author: Fabian Arrotin
ef1acc
ef1acc
t_Log "Running $0 -  install package selinux policycoreutils tools"
ef1acc
if [ "$centos_ver" = "6" ] ; then
ef1acc
  t_InstallPackage policycoreutils-python
f49232
elif [ "$centos_ver" -ge 8 ] ; then
Pablo Greco f21da5
  t_InstallPackage python3-libselinux
ef1acc
else
ef1acc
  t_InstallPackage libselinux-python
ef1acc
fi