ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/bubblewrap.postinst

11 lines
187 B
Bash
Executable File

#!/bin/sh
set -e
# Apply sysctl configuration after upgrade
if command -v sysctl > /dev/null; then
sysctl --quiet --pattern '^kernel\.unprivileged_userns_clone$' --system || :
fi