We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755b6d5 commit 27c344bCopy full SHA for 27c344b
1 file changed
pkg/monitor/ptrace/ptrace.go
@@ -286,9 +286,9 @@ func (app *App) processFileActivity(e *syscallEvent) {
286
fsa.OpsAll++
287
fsa.Pids[e.pid] = struct{}{}
288
fsa.Syscalls[int(e.callNum)] = struct{}{}
289
- if p.OKReturnStatus(e.retVal) {
290
- fsa.HasSuccessfulAccess = true
291
- }
+ if p.OKReturnStatus(e.retVal) {
+ fsa.HasSuccessfulAccess = true
+ }
292
293
if processor, found := syscallProcessors[int(e.callNum)]; found {
294
switch processor.SyscallType() {
0 commit comments