generate_seccomp_policy.py should generate more efficient policy |
||||||
Issue descriptionWith the current implementation, minijail's generate_seccomp_policy.py generates policy like this: mmap: arg2 == PROT_READ || arg2 == PROT_READ|PROT_EXEC || arg2 == PROT_READ|PROT_WRITE || arg2 == PROT_NONE This is inefficient because it performs 4 additional checks on every mmap syscall. generate_seccomp_policy.py should be fixed to output more efficient policy.
,
Jun 13 2018
Yeah that's not the right component.
,
Jun 21 2018
,
Aug 2
,
Oct 16
,
Oct 17
https://android-review.googlesource.com/c/platform/external/minijail/+/790782 should take care of that.
,
Oct 22
|
||||||
►
Sign in to add a comment |
||||||
Comment 1 by llozano@chromium.org
, Jun 13 2018