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/fsgofer | |
parent | cc862f9d2c92de1c3cbcfd252a324037663c0e36 (diff) | |
parent | 313e1988c4609c74ada99c1a5e9ecde56c313125 (diff) |
Merge release-20200907.0-139-g313e1988c (automated)
Diffstat (limited to 'runsc/fsgofer')
-rw-r--r-- | runsc/fsgofer/filter/config_amd64.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/fsgofer/filter/config_amd64.go b/runsc/fsgofer/filter/config_amd64.go index 53506b5e1..39f9851a8 100644 --- a/runsc/fsgofer/filter/config_amd64.go +++ b/runsc/fsgofer/filter/config_amd64.go @@ -25,7 +25,6 @@ import ( func init() { allowedSyscalls[syscall.SYS_ARCH_PRCTL] = []seccomp.Rule{ - {seccomp.EqualTo(linux.ARCH_GET_FS)}, {seccomp.EqualTo(linux.ARCH_SET_FS)}, } |