mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
The profile parsing in the Immunix::AppArmor perl module has fallen behind when it comes to some of the newer rule types and syntax supported by apparmor_parser. When an unsupported rule is found, it causes aa-logprof and aa-genprof to error out. This patch creates a list of valid, but unsupported rule types that should be ignored by the perl module when parsing policy. Signed-off-by: Tyler Hicks <tyhicks@canonical.com> Acked-by: John Johansen <john.johansen@canonical.com>