%PDF- %PDF-
| Direktori : /var/lib/dpkg/info/ |
| 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