Chromium Code Reviews
Description[NaCl SDK] nacl_io: ignore mode bits when creating files.
It is legal to create a file with mode bits that conflict with the open flags,
e.g.:
open("foo", O_WRONLY | O_CREAT, 0444);
BUG=none
R=sbc@chromium.org
Committed: https://crrev.com/f5f1c81f5f1b55516d36e40288db0e7d62e88585
Cr-Commit-Position: refs/heads/master@{#299919}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|
||||||||||||||||||||||||||||