scripts/selinux/1_selinux_core.sh
Anna Schumaker 1a5f6eb872 Initial commit
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
2021-10-20 10:10:01 -04:00

10 lines
245 B
Bash

#!/bin/bash
client=$1
packages="libsepol libselinux checkpolicy secilc setools libsemanage semodule-utils policycoreutils selinux-pothn mcstrans restorecond"
for pkg in $packages; do
echo $pkg
manchego.py ssh $client "aurman -Syu $pkg"
done