remove 0720-install-selinux-hook.chroot

This commit is contained in:
manuel 2023-10-09 17:27:26 +00:00
parent f933e44654
commit f756b0ecc9
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0-or-later
#
# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me)
# Disable AppArmor service
systemctl disable apparmor --now
# Install SELinux packages
apt install -y policycoreutils selinux-utils selinux-basics selinux-policy-default policycoreutils-python-utils
# Activate SELinux
selinux-activate
# Reload the services
systemctl daemon-reload
echo "Completed."