diff --git a/config/pentest-distro-builder.chroot b/config/pentest-distro-builder.chroot index 0cdd367b..5d45a00c 100644 --- a/config/pentest-distro-builder.chroot +++ b/config/pentest-distro-builder.chroot @@ -22,6 +22,9 @@ systemctl enable cockpit.socket systemctl enable xrdp systemctl disable firewalld +#Allow VLC to run as root +sed -i 's/geteuid/getppid/' /usr/bin/vlc + #Distro-specific stuff DISTRO=$(cat /etc/lsb-release | grep DISTRIB_ID | cut -c 12-30)