Skip to content

rc.apparmor.functions: drop module loading support

John Johansen requested to merge jjohansen/apparmor:drop-module-load into master

The apparmor kernel "module" has not been a loadable module for more than a decade, it must be built into the kernel and due configuration requirements it will never go back to being a loadable module.

Remove the long unfunctioning load_module support from the init script.

Signed-off-by: John Johansen john.johansen@canonical.com

Merge request reports