commit | 9d773b978b9fc26fb08a973e0290aba5432b720a | [log] [tgz] |
---|---|---|
author | Jamie Gennis <jgennis@google.com> | Wed Sep 18 19:17:58 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Sep 18 19:17:58 2013 +0000 |
tree | d2c2a9c36127b54fac7dbe0b1a55e9e782f00895 | |
parent | 5535b05120fa3fd3d68a09e01284aba35cc6e058 [diff] | |
parent | f1921c79498cb2c048caf4f1725e74c22cae3e8f [diff] |
Merge "trace: Add support for tracing 64-bit ints." into klp-dev
diff --git a/init/builtins.c b/init/builtins.c index bfc0ddb..e8c8f91 100644 --- a/init/builtins.c +++ b/init/builtins.c
@@ -57,7 +57,7 @@ { int fd, ret, len; - fd = open(path, O_WRONLY|O_CREAT, 0622); + fd = open(path, O_WRONLY|O_CREAT|O_NOFOLLOW, 0600); if (fd < 0) return -errno;