remove 0720-install-selinux-hook.chroot
This commit is contained in:
parent
f933e44654
commit
f756b0ecc9
|
@ -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."
|
||||
|
||||
|
Loading…
Reference in New Issue