Skip to content

Commit c6ec268

Browse files
authored
Merge pull request #105 from AkihiroSuda/dev
mv pkg/profile/seccompprofile pkg/dynamic/child/seccompprofile
2 parents 7f10c50 + 28bf02e commit c6ec268

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/dynamic/child/child_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"os/exec"
88
"syscall"
99

10+
"github.com/AkihiroSuda/gomodjail/pkg/dynamic/child/seccompprofile"
1011
"github.com/AkihiroSuda/gomodjail/pkg/dynamic/env"
11-
"github.com/AkihiroSuda/gomodjail/pkg/profile/seccompprofile"
1212
seccomp "github.com/elastic/go-seccomp-bpf"
1313
"github.com/elastic/go-seccomp-bpf/arch"
1414
)
File renamed without changes.

0 commit comments

Comments
 (0)