Your IP : 216.73.216.91


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/bubblewrap.postinst

#!/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