Skip to content

Commit

Permalink
Remove unused capabilities field.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676883432
Change-Id: Iac6434fe6338ba85a05f81f54a334315345daf0c
  • Loading branch information
happyCoder92 authored and copybara-github committed Sep 20, 2024
1 parent d570589 commit e60bb1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sandboxed_api/sandbox2/forkserver.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ message ForkRequest {
// Clone flags for the new process
optional int32 clone_flags = 4;

// Capabilities to keep when starting the sandboxee
repeated int32 capabilities = 5;
reserved 5;

// The mount tree used for namespace initialization
optional MountTree mount_tree = 6;
Expand Down

0 comments on commit e60bb1e

Please sign in to comment.