History log of /linux-master/security/apparmor/include/policy_compat.h
Revision Date Author Comments
# caa9f579 21-Aug-2022 John Johansen <john.johansen@canonical.com>

apparmor: isolate policy backwards compatibility to its own file

The details of mapping old policy into newer policy formats clutters
up the unpack code and makes it possible to accidentally use old
mappings in code, so isolate the mapping code into its own file.

This will become more important when the dfa remapping code lands,
as it will greatly expand the compat code base.

Signed-off-by: John Johansen <john.johansen@canonical.com>