diff --git a/config/pentest-distro-builder.chroot b/config/pentest-distro-builder.chroot index f02da7fc..54f929ff 100644 --- a/config/pentest-distro-builder.chroot +++ b/config/pentest-distro-builder.chroot @@ -17,8 +17,8 @@ systemctl enable cups systemctl enable apache2 systemctl enable mysql systemctl enable postgresql -systemctl enable tor -systemctl enable cockpit.socket +systemctl disable tor +systemctl disable cockpit.socket systemctl enable xrdp systemctl disable firewalld @@ -48,6 +48,9 @@ codium --install-extension zignd.html-css-class-completion --user-data-dir=~/.vs #Distro-specific stuff DISTRO=$(cat /etc/lsb-release | grep DISTRIB_ID | cut -c 12-30) +#Remove CPU-hungry MATE menu applet +apt remove mate-applet-brisk-menu + case $DISTRO in Parrot) #Stop ParrotSec from overwriting all our desktop customizations every time parrot-skel updates. >:-( diff --git a/filesystem/etc/skel/.config/dconf/user b/filesystem/etc/skel/.config/dconf/user old mode 100755 new mode 100644 index 4f71d43a..3ad403d7 Binary files a/filesystem/etc/skel/.config/dconf/user and b/filesystem/etc/skel/.config/dconf/user differ diff --git a/modules/live-build-config b/modules/live-build-config index b76d2f33..822ac901 160000 --- a/modules/live-build-config +++ b/modules/live-build-config @@ -1 +1 @@ -Subproject commit b76d2f3328ab1be7b992aa3c419bb3fa096855e7 +Subproject commit 822ac901c9e3a065be495a8a96f9302b35103c57