Re: [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime

From: Ingo Molnar
Date: Sun Jun 24 2018 - 03:13:12 EST



* Eric W. Biederman <ebiederm@xxxxxxxxxxxx> wrote:

> The trouble with attributes is that means you can't filter your system
> call arguments with seccomp. [...]

There's nothing keeping seccomp from securely fetching those arguments and
extending filtering to them as well ...

Allowing that would make sense for a lot of other system calls as well.

Thanks,

Ingo