/lib/init/apparmor-profile-load is in upstart 1.13.2-0ubuntu21.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 | #!/bin/sh
[ -x /lib/apparmor/profile-load ] && exec /lib/apparmor/profile-load "$@"
exit 0
|