File: bubblewrap.postinst

package info (click to toggle)
bubblewrap 0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 776 kB
  • sloc: ansic: 4,541; sh: 1,005; xml: 636; python: 572; perl: 100; makefile: 13
file content (10 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

#DEBHELPER#

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