seccomp: tpm: remove fseek syscall from policy

There is no such syscall as fseek as far as I can tell. There is lseek,
which would be how fseek is implemented in libc, and it is already
included in the policy.

BUG=chromium:936633
TEST=parse_seccomp_policy seccomp/x86_64/tpm_device.policy

Change-Id: Ifb891395d7447d8b81cb1b17af18c49e5d5fc96f
Reviewed-on: https://chromium-review.googlesource.com/1518490
Commit-Ready: Zach Reizner <zachr@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Tested-by: Zach Reizner <zachr@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
This commit is contained in:
Zach Reizner 2019-03-12 10:26:50 -07:00 committed by chrome-bot
parent e00faed85c
commit 4725a399f7
2 changed files with 0 additions and 2 deletions

View file

@ -46,7 +46,6 @@ write: 1
# tpm-specific policy
chdir: 1
fseek: 1
fstat: 1
fsync: 1
ftruncate: 1

View file

@ -45,7 +45,6 @@ write: 1
# tpm-specific policy
chdir: 1
fseek: 1
fstat: 1
fsync: 1
ftruncate: 1