CentOS: Capture list of SELinux booleans
Change-Id: I06dd8529440067cb7abe2d2feea3efe14a8161b7
This commit is contained in:
1 changed files with 4 additions and 0 deletions
@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.