Skip to content

Commit cf42b09

Browse files
happyCoder92copybara-github
authored andcommitted
Cleanup allowlist remains in sandbox2/ dir
PiperOrigin-RevId: 819156058 Change-Id: I1331d6f13e716accb6ae5de65df4c9cf02a20484
1 parent 1a64884 commit cf42b09

5 files changed

Lines changed: 1 addition & 82 deletions

File tree

sandboxed_api/sandbox2/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ cc_library(
370370
":syscall",
371371
":util",
372372
"//sandboxed_api:config",
373-
"//sandboxed_api/sandbox2/allowlists:map_exec", # TODO: b/371179394 - Remove this after migrating to Allow(MapExec).
374373
"//sandboxed_api/sandbox2/network_proxy:client",
375374
"//sandboxed_api/sandbox2/network_proxy:filtering",
376375
"//sandboxed_api/util:fileops",
@@ -554,7 +553,7 @@ cc_library(
554553
":syscall",
555554
"//sandboxed_api:config",
556555
"//sandboxed_api/sandbox2/allowlists:all_syscalls",
557-
"//sandboxed_api/sandbox2/allowlists:map_exec", # TODO: b/371179394 - Remove this after migrating to Allow(MapExec).
556+
"//sandboxed_api/sandbox2/allowlists:map_exec",
558557
"//sandboxed_api/sandbox2/allowlists:mount_propagation",
559558
"//sandboxed_api/sandbox2/allowlists:namespaces",
560559
"//sandboxed_api/sandbox2/allowlists:seccomp_speculation",

sandboxed_api/sandbox2/allow_all_syscalls.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

sandboxed_api/sandbox2/allow_map_exec.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

sandboxed_api/sandbox2/allow_seccomp_speculation.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

sandboxed_api/sandbox2/allow_unrestricted_networking.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)