Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Servo into multiple processes, and introduce simple sandboxing #4735

Closed
wants to merge 7 commits into from

Commits on Jan 27, 2015

  1. servo: Introduce simple sandboxing via Seatbelt on Mac OS X.

    Until we rewrite the resource task, we have to allow outbound network
    connections. This should be done soon, however.
    pcwalton committed Jan 27, 2015
  2. servo: Introduce simple sandboxing via `seccomp-bpf` on Linux.

    Until we rewrite the resource task, we have to allow outbound network
    connections. This should be done soon, however.
    
    I'm not sure how to restrict access to specific files on the filesystem
    without root privileges.
    pcwalton committed Jan 27, 2015
You can’t perform that action at this time.