%PDF- %PDF-
| Direktori : /snap/lxd/29619/commands/ |
| Current File : //snap/lxd/29619/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