Rename deathrattle_fatalmsg proto

PiperOrigin-RevId: 239377742
Change-Id: I169407087f5e6f3275e282a51232bb6eea330e49
This commit is contained in:
Wiktor Garbacz 2019-03-20 05:19:28 -07:00 committed by Copybara-Service
parent c8a4131e74
commit 2e9f50a68f
5 changed files with 9 additions and 9 deletions

View File

@ -34,8 +34,8 @@ cc_library(
srcs = ["regs.cc"],
hdrs = ["regs.h"],
deps = [
":deathrattle_fatalmsg_proto_cc",
":syscall",
":violation_proto_cc",
"//sandboxed_api/sandbox2/util:strerror",
"//sandboxed_api/util:status",
"@com_google_absl//absl/base:core_headers",
@ -167,10 +167,10 @@ cc_library(
deps = [
":bpfdisassembler",
":comms",
":deathrattle_fatalmsg_proto_cc",
":namespace",
":regs",
":syscall",
":violation_proto_cc",
"//sandboxed_api/sandbox2/util:bpf_helper",
"//sandboxed_api/util:flag",
"@com_google_absl//absl/base:core_headers",
@ -245,7 +245,7 @@ cc_library(
deps = [
":client",
":comms",
":deathrattle_fatalmsg_proto_cc",
":violation_proto_cc",
":forkserver",
":forkserver_proto_cc",
":global_forkserver",
@ -380,10 +380,10 @@ cc_library(
srcs = ["namespace.cc"],
hdrs = ["namespace.h"],
deps = [
":deathrattle_fatalmsg_proto_cc",
":mounts",
":mounttree_proto_cc",
":util",
":violation_proto_cc",
"//sandboxed_api/sandbox2/util:file_base",
"//sandboxed_api/sandbox2/util:fileops",
"//sandboxed_api/sandbox2/util:strerror",
@ -704,8 +704,8 @@ cc_library(
)
sapi_proto_library(
name = "deathrattle_fatalmsg_proto",
srcs = ["deathrattle_fatalmsg.proto"],
name = "violation_proto",
srcs = ["violation.proto"],
deps = [":mounttree_proto"],
)

View File

@ -24,8 +24,8 @@
#include <memory>
#include "absl/base/macros.h"
#include "sandboxed_api/sandbox2/deathrattle_fatalmsg.pb.h"
#include "sandboxed_api/sandbox2/mounts.h"
#include "sandboxed_api/sandbox2/violation.pb.h"
namespace sandbox2 {

View File

@ -30,9 +30,9 @@
#include "absl/base/macros.h"
#include "absl/types/optional.h"
#include "sandboxed_api/sandbox2/deathrattle_fatalmsg.pb.h"
#include "sandboxed_api/sandbox2/namespace.h"
#include "sandboxed_api/sandbox2/syscall.h"
#include "sandboxed_api/sandbox2/violation.pb.h"
#define SANDBOX2_TRACE TRACE(::sandbox2::Syscall::GetHostArch())

View File

@ -23,8 +23,8 @@
#include <cstdint>
#include <string>
#include "sandboxed_api/sandbox2/deathrattle_fatalmsg.pb.h"
#include "sandboxed_api/sandbox2/syscall.h"
#include "sandboxed_api/sandbox2/violation.pb.h"
#include "sandboxed_api/util/status.h"
namespace sandbox2 {