mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00

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>
6 lines
165 B
Text
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>
|
|
}
|