@TAOC
sudo apt-get install apparmor-utils
启用:
/etc/init.d/apparmor start
停用:
/etc/init.d/apparmor stop
重启:
/etc/init.d/apparmor restart
sudo aa-genprof [filename]
aa-status
sudo aa-enforce [excutable] [excutable]…][-d/path/to/profiles]
sudo aa-complain [excutable] [excutable]…][-d/path/to/profiles]
sudo aa-disable [excutable] [excutable]…][-d/path/to/profiles]
aa-genprof [executable] [-d/path/to/profiles][-f/path/to/logfile]