Skip to content

MountRule: Relaxing constraints on fstype and completing AARE support

Maxime Bélair requested to merge emixam16/apparmor:mount-rule-v5 into master
  • Before this commit, fstype had to match a known fs. However, having and maintaining the exhaustive list of fstypes proved challenging (see !1195 (merged) and !1176 (merged)). Therefore, we add support for any filesystem name.
  • Completing AARE support for fstype (brace expressions like ext{3,4} are now supported).

Merge request reports