From e0f289391c66c1888b6cd5d3f2c05f298a0dd3a0 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Fri, 17 Jul 2009 17:09:14 +0000 Subject: Linux sandbox: comment typo fix. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20961 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/linux/suid/sandbox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sandbox/linux') diff --git a/sandbox/linux/suid/sandbox.cc b/sandbox/linux/suid/sandbox.cc index a2332d8..a81ba1a 100644 --- a/sandbox/linux/suid/sandbox.cc +++ b/sandbox/linux/suid/sandbox.cc @@ -74,7 +74,7 @@ static int CloneChrootHelperProcess() { if (pid == 0) { // We create a temp directory for our chroot. Nobody should ever write into - // it, so it's root:root 0555. + // it, so it's root:root mode 000. char kTempDirectoryTemplate[] = "/tmp/chrome-sandbox-chroot-XXXXXX"; const char* temp_dir = mkdtemp(kTempDirectoryTemplate); if (!temp_dir) -- cgit v1.1