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

Unified Diff: chrome/renderer/renderer.sb

Issue 173593: Poke a hole in the Sandbox for sending signals to self. (Closed)
Patch Set: Created 11 years, 4 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer.sb
diff --git a/chrome/renderer/renderer.sb b/chrome/renderer/renderer.sb
index 2fa12fc70aaf2915aaecea3354baee7f7eb6e924..f5a00f6320316672ce262f5eb6796353bd0e884c 100644
--- a/chrome/renderer/renderer.sb
+++ b/chrome/renderer/renderer.sb
@@ -6,6 +6,9 @@
(version 1)
(deny default)
+; Allow sending signals to self - http://crbug.com/20370
+(allow %signal-self)
Nico 2009/08/27 22:05:32 That's the only line in this file that contains a
+
; Needed for full-page-zoomed controls - http://crbug.com/11325
(allow sysctl-read)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698