Bug 1370578 - Extend telemetry for support of some Linux sandbox features. r?gcp data-r?bsmedberg draft
authorJed Davis <jld@mozilla.com>
Fri, 16 Jun 2017 14:54:49 -0600
changeset 595927 4e2ba1a7015a36ca31a818501f18ec7d16e452bb
parent 595682 58c5151bfd62de934b2286dbd664e69886270e28
child 633826 5c2510f75ea1fd27f6a536a692500bf6469c4846
push id64473
push userbmo:jld@mozilla.com
push dateFri, 16 Jun 2017 23:44:16 +0000
reviewersgcp
bugs1370578
milestone56.0a1
Bug 1370578 - Extend telemetry for support of some Linux sandbox features. r?gcp data-r?bsmedberg Basic seccomp-bpf support is not being renewed because it has already passed 99% and is not expected to decrease, but seccomp thread synchronization and (especially) user namespace support will continue to be monitored. MozReview-Commit-ID: FxVKguxKTbV
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -12475,36 +12475,36 @@
     "expires_in_version": "55",
     "kind": "boolean",
     "cpp_guard": "XP_LINUX",
     "description": "Whether the system has seccomp-bpf capability"
   },
   "SANDBOX_HAS_SECCOMP_TSYNC": {
     "record_in_processes": ["main", "content"],
     "alert_emails": ["gcp@mozilla.com"],
-    "bug_numbers": [1098428],
-    "expires_in_version": "55",
+    "bug_numbers": [1098428, 1370578],
+    "expires_in_version": "61",
     "kind": "boolean",
     "cpp_guard": "XP_LINUX",
     "description": "Whether the system has seccomp-bpf thread-sync capability"
   },
   "SANDBOX_HAS_USER_NAMESPACES": {
     "record_in_processes": ["main", "content"],
     "alert_emails": ["gcp@mozilla.com"],
-    "bug_numbers": [1098428],
-    "expires_in_version": "55",
+    "bug_numbers": [1098428, 1370578],
+    "expires_in_version": "61",
     "kind": "boolean",
     "cpp_guard": "XP_LINUX",
     "description": "Whether our process succedeed in creating a user namespace"
   },
   "SANDBOX_HAS_USER_NAMESPACES_PRIVILEGED": {
     "record_in_processes": ["main", "content"],
     "alert_emails": ["gcp@mozilla.com"],
-    "bug_numbers": [1098428],
-    "expires_in_version": "55",
+    "bug_numbers": [1098428, 1370578],
+    "expires_in_version": "61",
     "kind": "boolean",
     "cpp_guard": "XP_LINUX",
     "description": "Whether the system has the capability to create privileged user namespaces"
   },
  "SANDBOX_MEDIA_ENABLED": {
     "record_in_processes": ["main", "content"],
     "alert_emails": ["gcp@mozilla.com"],
     "bug_numbers": [1098428],