%PDF- %PDF-
Direktori : /snap/lxd/28373/commands/ |
Current File : //snap/lxd/28373/commands/lxd-check-kernel |
#!/bin/sh set -eu # Re-exec outside of apparmor confinement if [ -d /sys/kernel/security/apparmor ] && [ "$(cat /proc/self/attr/current)" != "unconfined" ]; then exec aa-exec -p unconfined -- "$0" "$@" fi exec lxc-checkconfig