mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 15:25:27 +00:00
parser: add error=EXX flag support
Add a flag that allows setting the error code AppArmor will send when an operation is denied. This should not be used normally. Signed-off-by: Georgia Garcia <georgia.garcia@canonical.com>
This commit is contained in:
@@ -163,6 +163,11 @@ exception_not_raised = (
|
||||
'profile/flags/flags_bad84.sd',
|
||||
'profile/flags/flags_bad85.sd',
|
||||
'profile/flags/flags_bad86.sd',
|
||||
# flags=(error=EXX)
|
||||
'profile/flags/flags_bad87.sd',
|
||||
'profile/flags/flags_bad88.sd',
|
||||
'profile/flags/flags_bad89.sd',
|
||||
|
||||
'profile/flags/flags_bad_disconnected_path1.sd',
|
||||
'profile/flags/flags_bad_disconnected_path2.sd',
|
||||
'profile/flags/flags_bad_disconnected_path3.sd',
|
||||
|
Reference in New Issue
Block a user