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
396 B
Text
6 lines
396 B
Text
# We are deprecating path based profile names in AppArmor 3.0 1
|
|
# This should generate a deprecation warning 2
|
|
# 3
|
|
/bin/foo { # 4
|
|
include <includes/base> # 5
|
|
} # 6
|