CentOS: Capture list of SELinux booleans

Change-Id: I06dd8529440067cb7abe2d2feea3efe14a8161b7
This commit is contained in:
Takashi Kajinami 2023-12-20 21:14:45 +09:00
parent 448fa3e8b9
commit ee02b55a1c
1 changed files with 4 additions and 0 deletions

View File

@ -377,6 +377,10 @@ sudo vgs >> $LOG_DIR/lvm.txt
echo "== lvs ==" >> $LOG_DIR/lvm.txt
sudo lvs >> $LOG_DIR/lvm.txt
if [ `command -v semanage` ]; then
sudo semanage boolean --list > $LOG_DIR/semanage-boolean-list.txt
fi
mkdir -p $LOG_DIR/openstack_resources
export OS_CLOUD=project