mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
libapparmor: fix ptrace regression test failure
Merge from trunk revision 3692 In http://bazaar.launchpad.net/~apparmor-dev/apparmor/master/revision/3659, a testcase was added that where the expected output file did not match the input source name, cause libapparmor's regression tests to fail: Output doesn't match expected data: --- ./test_multi/ptrace_no_denied_mask.out 2017-08-18 16:35:30.000000000 -0700 +++ ./test_multi/out/ptrace_no_denied_mask.out 2017-08-18 16:35:38.985863094 -0700 @@ -1,5 +1,5 @@ START -File: ptrace_1.in +File: ptrace_no_denied_mask.in Event type: AA_RECORD_DENIED Audit ID: 1495217772.047:4471 Operation: ptrace FAIL: ptrace_no_denied_mask This patch corrects the issue. Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: Seth Arnold <seth.arnold@canonical.com>
This commit is contained in:
parent
54bdfd3565
commit
32e76985c9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
START
|
||||
File: ptrace_1.in
|
||||
File: ptrace_no_denied_mask.in
|
||||
Event type: AA_RECORD_DENIED
|
||||
Audit ID: 1495217772.047:4471
|
||||
Operation: ptrace
|
||||
|
|
Loading…
Add table
Reference in a new issue