Skip to content

Commit

Permalink
Bugfix for service executable file owner edge
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Sep 7, 2022
1 parent 05d8864 commit 16fde72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/integrations/localmachine/analyze/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ func ImportCollectorInfo(ao *engine.Objects, cinfo localmachine.Info) (*engine.O
engine.UniqueSource, uniquesource,
)
}
owner.Pwns(serviceobject, PwnFileOwner)
owner.Pwns(serviceimageobject, PwnFileOwner)
}

if sd, err := engine.ParseACL(service.ImageExecutableDACL); err == nil {
Expand Down

0 comments on commit 16fde72

Please sign in to comment.