Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: content/public/common/sandbox_linux.h

Issue 758063005: Linux sandbox: report TSYNC status in chrome://sandbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/sandbox_linux.h
diff --git a/content/public/common/sandbox_linux.h b/content/public/common/sandbox_linux.h
index a9be3b5470ea5bf3895887bee9847b1e123d813e..c29c9f107cbc6ef6310fb96c3ff332694fbd2399 100644
--- a/content/public/common/sandbox_linux.h
+++ b/content/public/common/sandbox_linux.h
@@ -26,6 +26,9 @@ enum LinuxSandboxStatus {
// The Yama LSM module is present and enforcing.
kSandboxLinuxYama = 1 << 4,
+ // seccomp-bpf sandbox is active and the kernel supports TSYNC.
+ kSandboxLinuxSeccompTSYNC = 1 << 5,
+
// A flag that denotes an invalid sandbox status.
kSandboxLinuxInvalid = 1 << 31,
};
« no previous file with comments | « content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698