Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Don't fail if apparmor_parser is missing #40

Merged

Commits on Oct 4, 2021

  1. Don't fail if apparmor_parser is missing

    Currently a missing apparmor_parser binary leads to a panic at startup
    already since the property value gets evaluated when the propery is
    registred.
    
    Set the property to an empty string if apparmor_parser is missing. This
    will allow to generate a sensible warning in Supervisor so the user can
    act on it.
    agners committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    46465b9 View commit details
    Browse the repository at this point in the history