retain one backward compat symlink for the heavily-documented "apparmor_status" command

This commit is contained in:
Kees Cook 2010-11-04 11:52:33 -07:00
parent 4b9a2683ed
commit 6d2d55057c

View file

@ -49,6 +49,7 @@ install: ${MANPAGES} ${HTMLMANPAGES}
install -d ${CONFDIR}
install -m 644 logprof.conf severity.db notify.conf ${CONFDIR}
install -d ${BINDIR}
ln -sf aa-status ${BINDIR}/apparmor_status
install -m 755 ${TOOLS} ${BINDIR}
install -d ${PERLDIR}
install -m 755 SubDomain.pm Repository.pm Config.pm Reports.pm Severity.pm ${PERLDIR}