1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
#!/bin/sh /etc/rc.common START=75 USE_PROCD=1 . /lib/functions/apparmor.sh restart() { apparmor_restart } start_service() { apparmor_start } stop_service() { apparmor_stop } reload_service() { apparmor_reload }