DescriptionReplace NT prefix in sandbox rules match string to handle correct wildcard escaping
This patch adds a function to modify file system sandbox rules to replace the
\??\ NT prefix with the correct escaped form \/?/?\ for the wildcard matching
rules in the broker. This is done generally as it's a common mistake in the
sandbox code and so provides some defence in depth.
BUG=334882
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290131
Patch Set 1 #Patch Set 2 : Modified BUILD.gn patch as it was failing for some reason to apply. #Patch Set 3 : Removed change to BUILD.gn due to CRLF issues in repository #Patch Set 4 : Re-added BUILD.gn after CRLF fix #Patch Set 5 : Reverted new unit test and added to original integration tests #Patch Set 6 : Added missing include statement #
Total comments: 1
Patch Set 7 : Removed bug number from comment #
Total comments: 1
Patch Set 8 : Added period to end of comment #Messages
Total messages: 11 (0 generated)
|