New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 852235 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit 15 days ago
Closed: Oct 22
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

generate_seccomp_policy.py should generate more efficient policy

Project Member Reported by hashimoto@chromium.org, Jun 13 2018

Issue description

With 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.
 
why does this have ChromeOS-Toolchain as component?
Components: -Tools>ChromeOS-Toolchain Security
Yeah that's not the right component.

Comment 3 by vapier@chromium.org, Jun 21 2018

Components: OS>Systems>Minijail
Status: Assigned (was: Available)
Cc: hashimoto@chromium.org
Owner: lhchavez@chromium.org
Status: Started (was: Assigned)
Status: Fixed (was: Started)

Sign in to add a comment