Skip to content

Commit

Permalink
Change visibility of subtle APIs to public
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 670922928
Change-Id: Icc00676e2f6e2123c254aa76619a5f3ccf1ae4c9
  • Loading branch information
happyCoder92 authored and copybara-github committed Sep 4, 2024
1 parent a69b8a7 commit 9c99d67
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions sandboxed_api/sandbox2/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ cc_library(
hdrs = ["allow_all_syscalls.h"],
copts = sapi_platform_copts(),
visibility = [
"//sandboxed_api/sandbox2:__pkg__",
"//sandboxed_api/sandbox2/examples/tool:__pkg__",
"//visibility:public",
],
)

Expand All @@ -45,8 +44,7 @@ cc_library(
hdrs = ["allow_seccomp_speculation.h"],
copts = sapi_platform_copts(),
visibility = [
"//sandboxed_api/sandbox2:__pkg__",
"//sandboxed_api/sandbox2/examples/tool:__pkg__",
"//visibility:public",
],
)

Expand All @@ -63,7 +61,7 @@ cc_library(
hdrs = ["trace_all_syscalls.h"],
copts = sapi_platform_copts(),
visibility = [
"//sandboxed_api/sandbox2:__pkg__",
"//visibility:public",
],
)

Expand All @@ -80,9 +78,7 @@ cc_library(
hdrs = ["allow_unrestricted_networking.h"],
copts = sapi_platform_copts(),
visibility = [
"//sandboxed_api/sandbox2:__pkg__",
"//sandboxed_api/sandbox2/examples/tool:__pkg__",
"//sandboxed_api/sandbox2/performance:__pkg__",
"//visibility:public",
],
)

Expand Down

0 comments on commit 9c99d67

Please sign in to comment.