apparmor/parser/tst/errors/deprecation2.sd
Steve Beattie 08c6c6eecf parser error tests: add filename profile deprecation checks
This add a couple of tests for
MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/506

Signed-off-by: Steve Beattie <steve.beattie@canonical.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
2020-05-05 02:16:23 -07:00

6 lines
165 B
Text

# We are deprecating path based profile names in AppArmor 3.0
# This should generate a deprecation warning
profile /bin/blah//foo /** {
include <includes/base>
}