File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -374,8 +374,8 @@ func (suite *SELinuxSuite) TestNoPtrace() {
374374 suite .Require ().Error (err )
375375 suite .Assert ().ErrorContains (err , "command terminated with exit code 1" )
376376 // strace first tests ptrace against itself, which we also deny currently
377- suite .Assert ().Contains (stderr , "strace: test_ptrace_get_syscall_info : PTRACE_TRACEME: Permission denied" )
378- suite .Assert ().Contains (stderr , "strace: attach: ptrace(PTRACE_ATTACH , 1): Permission denied" )
377+ suite .Assert ().Contains (stderr , "strace: do_test_ptrace_get_syscall_info : PTRACE_TRACEME: Permission denied" )
378+ suite .Assert ().Contains (stderr , "strace: attach: ptrace(PTRACE_SEIZE , 1): Permission denied" )
379379 suite .Assert ().NotContains (stderr , "attached" )
380380}
381381
You can’t perform that action at this time.
0 commit comments