Explorar o código

Merge pull request #18974 from jfrazelle/remove-seccomp-from-seccomp-profile

remove seccomp from seccomp profile
Jess Frazelle %!s(int64=9) %!d(string=hai) anos
pai
achega
abc695d9d5
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      daemon/execdriver/native/seccomp_default.go

+ 0 - 6
daemon/execdriver/native/seccomp_default.go

@@ -282,12 +282,6 @@ var defaultSeccompProfile = &configs.Seccomp{
 			Action: configs.Errno,
 			Args:   []*configs.Arg{},
 		},
-		{
-			// meta, deny seccomp
-			Name:   "seccomp",
-			Action: configs.Errno,
-			Args:   []*configs.Arg{},
-		},
 		{
 			// Terrifying syscalls that modify kernel memory and NUMA settings.
 			// They're gated by CAP_SYS_NICE,