From cc771bae0dd09a0c36a228d69db1a275a72b3cb0 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 7 Jan 2024 04:08:48 -0700 Subject: [PATCH] Remove theatre Signed-off-by: Tommy --- Ubuntu-22.04-Desktop.sh | 9 ++++----- Ubuntu-22.04-Server.sh | 1 - 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Ubuntu-22.04-Desktop.sh b/Ubuntu-22.04-Desktop.sh index f69ff7e..1f12e2a 100644 --- a/Ubuntu-22.04-Desktop.sh +++ b/Ubuntu-22.04-Desktop.sh @@ -15,7 +15,6 @@ # the License. #Please note that this is how I PERSONALLY setup my computer - I do some stuff such as not using anything to download GNOME extensions from extensions.gnome.org and installing the extensions as a package instead -##The script assumes you already have Ubuntu Pro activated output(){ echo -e '\e[36m'"$1"'\e[0m'; @@ -28,18 +27,18 @@ unpriv(){ #Compliance and updates sudo systemctl mask debug-shell.service -sudo ua enable usg +#sudo ua enable usg sudo apt update -y sudo apt full-upgrade -y -sudo apt install -y usg +#sudo apt install -y usg sudo apt autoremove -y -sudo usg fix cis_level2_workstation +#sudo usg fix cis_level2_workstation # Make home directory private sudo chmod 700 /home/* # Remove AIDE -sudo apt purge -y aide* +#sudo apt purge -y aide* # Allow su which is disabled by CIS sudo sed -i 's/auth required pam_wheel.so use_uid group=sugroup//g' /etc/pam.d/su diff --git a/Ubuntu-22.04-Server.sh b/Ubuntu-22.04-Server.sh index 3af5fee..319979f 100644 --- a/Ubuntu-22.04-Server.sh +++ b/Ubuntu-22.04-Server.sh @@ -26,7 +26,6 @@ unpriv(){ #Compliance and updates sudo systemctl mask debug-shell.service -echo 'CtrlAltDelBurstAction=none' | sudo tee -a /etc/systemd/system.conf echo 'Authorized uses only. All activity may be monitored and reported.' | sudo tee /etc/issue echo 'Authorized uses only. All activity may be monitored and reported.' | sudo tee /etc/issue.net