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

Implement sandboxing for Android Cuttlefish VM's #3777

Open
marktefftech opened this issue Feb 23, 2024 · 0 comments
Open

Implement sandboxing for Android Cuttlefish VM's #3777

marktefftech opened this issue Feb 23, 2024 · 0 comments
Assignees

Comments

@marktefftech
Copy link
Collaborator

marktefftech commented Feb 23, 2024

When launching virtual cuttlefish machines, we use the following code, which specifically disables sandboxing behavior for the Cuttlefish device:

 launch_cvd_command_line = (
      f'sudo {launch_cvd_path} --daemon --memory_mb={device_memory_mb} '
      '--report_anonymous_usage_stats=Y --enable_sandbox=true --resume=false')

We try to keep sandboxing enabled when possible since it enhances security.

The goal of this issue is to track the disablement, which is required to successfully launch the virtual devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant