소스 검색

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

remove seccomp from seccomp profile
Jess Frazelle 9 년 전
부모
커밋
abc695d9d5
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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,
 			Action: configs.Errno,
 			Args:   []*configs.Arg{},
 			Args:   []*configs.Arg{},
 		},
 		},
-		{
-			// meta, deny seccomp
-			Name:   "seccomp",
-			Action: configs.Errno,
-			Args:   []*configs.Arg{},
-		},
 		{
 		{
 			// Terrifying syscalls that modify kernel memory and NUMA settings.
 			// Terrifying syscalls that modify kernel memory and NUMA settings.
 			// They're gated by CAP_SYS_NICE,
 			// They're gated by CAP_SYS_NICE,