Skip to content

Commit

Permalink
Update events/syscall/change_namespace_privillege_using_unshare.go
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Di Pierro <[email protected]>
Signed-off-by: Kapil Sharma <[email protected]>
  • Loading branch information
h4l0gen and FedeDP committed Mar 28, 2024
1 parent 704a869 commit 08d31bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var _ = events.Register(ChangeNamespacePrivilegesViaUnshare)

func MaliciousProcessWithUnshare(h events.Helper) error {
if h.InContainer() {
cmd := exec.Command(unshare)
cmd := exec.Command("unshare")

h.Log().Infof("Change namespace privileges via unshare")

Expand Down

0 comments on commit 08d31bc

Please sign in to comment.