# Mitigate the risks of privilege escalation as the binary /usr/bin/bwrap is # installed setuid in Slint if [ ! -f /etc/sysctl.d/max_usernamespaces.conf ]; then echo "user.max_user_namespaces=0" > /etc/sysctl.d/max_user_namespaces.conf sysctl -p/etc/sysctl.d/max_user_namespaces.conf fi