Skip to content

Cherry-pick: MountRule: Relaxing constraints on fstype and completing AARE support

Georgia Garcia requested to merge cherry-pick-baa8b672 into apparmor-4.0
  • 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).

MR: !1198 (merged) Approved-by: Christian Boltz apparmor@cboltz.de Merged-by: Christian Boltz apparmor@cboltz.de

(cherry picked from commit baa8b672)

dad5ee28 MountRule: Relaxing constraints on fstype and completing AARE support

Co-authored-by: Christian Boltz apparmor@cboltz.de

Merge request reports