diff --git a/pkg/sentry/seccheck/points/syscall.proto b/pkg/sentry/seccheck/points/syscall.proto index 656ab1fee..acf0eabae 100644 --- a/pkg/sentry/seccheck/points/syscall.proto +++ b/pkg/sentry/seccheck/points/syscall.proto @@ -61,7 +61,6 @@ message Read { int64 fd = 4; string fd_path = 5; uint64 count = 6; - bytes data = 7; } message Connect { @@ -92,4 +91,4 @@ message Socket { int32 domain = 4; int32 type = 5; int32 protocol = 6; -} \ No newline at end of file +}