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

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
Reference in New Issue
openstack/puppet-openstack-integration
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.

The note is not visible to the blocked user.