mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
@@ -32,7 +32,7 @@ func setSeccomp(daemon *Daemon, rs *specs.Spec, c *container.Container) error {
|
||||
return nil
|
||||
}
|
||||
if c.SeccompProfile != "" {
|
||||
profile, err = seccomp.LoadProfile(c.SeccompProfile)
|
||||
profile, err = seccomp.LoadProfile(c.SeccompProfile, rs)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user