mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 23:05:11 +00:00
parser: add kill.signal=XXX flag support
Add a flag that allows setting the signal used to kill the process. This should not be normally used but can be very useful when debugging applications, interaction with apparmor. Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
@@ -167,6 +167,9 @@ exception_not_raised = (
|
||||
'profile/flags/flags_bad64.sd',
|
||||
'profile/flags/flags_bad65.sd',
|
||||
'profile/flags/flags_bad66.sd',
|
||||
'profile/flags/flags_bad67.sd',
|
||||
'profile/flags/flags_bad68.sd',
|
||||
'profile/flags/flags_bad69.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