From Linux Man Pages
autodep - guess basic AppArmor profile requirements
autodep [ -d /path/to/profiles ] [program1 program2...]
DESCRIPTION
autodep: When you run the Autodep program, it creates an approximate
profile for the program or application you are autodepping. You can
generate approximate profiles for binary executables and interpreted
script programs. The resulting profile is called "approximate" because
it does not necessarily contain all of the profile entries that the
program needs to be properly confined by AppArmor. The minimum autodep
approximate profile will at least have a base include directive, which
contains basic profile entries needed by most programs. For certain
types of programs, autodep will generate a more expanded profile. The
profile is generated by recursively calling ldd(1) on the executables
listed on the command line.
BUGS
If you find any bugs, please report them to bugzilla at
<http://bugs.wirex.com>.
RELATED
subdomain(7), subdomain.d(5), complain(1), enforce(1), and
change_hat(2).
CATEGORY