Tag: AppArmor

  • Ubuntu AppArmor

    To see the status of AppArmor service, run

    systemctl status apparmor

    To see AppArmour status, run

    aa-status

    AppArmor config files in

    /etc/apparmor.d/

    You can stop start AppArmor with

    systemctl start apparmor
    systemctl stop apparmor
    systemctl restart apparmor
    systemctl disable apparmor

    Disable AppArmor

    /etc/init.d/apparmor stop
    /etc/init.d/apparmor teardown
    update-rc.d -f apparmor remove

    MySQL not starting on Ubuntu 18.04