diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-18 17:00:34 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-18 17:00:34 +0000 |
commit | 246dfda4b850640fedc68d9038423348bab305c1 (patch) | |
tree | 0a5f1ba6c2981afa540ab4745217b51e017eaae9 /runsc/boot | |
parent | cc862f9d2c92de1c3cbcfd252a324037663c0e36 (diff) | |
parent | 313e1988c4609c74ada99c1a5e9ecde56c313125 (diff) |
Merge release-20200907.0-139-g313e1988c (automated)
Diffstat (limited to 'runsc/boot')
-rw-r--r-- | runsc/boot/filter/config_amd64.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/boot/filter/config_amd64.go b/runsc/boot/filter/config_amd64.go index 9b1799416..24e13565e 100644 --- a/runsc/boot/filter/config_amd64.go +++ b/runsc/boot/filter/config_amd64.go @@ -25,7 +25,6 @@ import ( func init() { allowedSyscalls[syscall.SYS_ARCH_PRCTL] = append(allowedSyscalls[syscall.SYS_ARCH_PRCTL], - seccomp.Rule{seccomp.EqualTo(linux.ARCH_GET_FS)}, seccomp.Rule{seccomp.EqualTo(linux.ARCH_SET_FS)}, ) } |