File Manager

Current Path : /snap/lxd/current/commands/
Upload File :
Current File : //snap/lxd/current/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

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com