Skip to content

Cleanup old handling of mount rules

Christian Boltz requested to merge cboltz/apparmor:cboltz-mount-cleanup into master

Now that we have MountRule and MountRuleset, drop the old "just store the whole rule" code for mount rules.

Also drop some old tests that used that "store the whole mount rule" code, and adjust the regex_matches tests to import the regex directly from apparmor.regex.

Merge request reports