Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222183
b: refs/heads/master
c: 59365d1
h: refs/heads/master
i:
  222181: b1114df
  222179: fa98427
  222175: 0cf310e
v: v3
  • Loading branch information
Marcus Meissner authored and Linus Torvalds committed Nov 17, 2010
1 parent a7e0f7c commit 20a5230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d6636502b23a964f4e5aac5237d1bbb76a9f912
refs/heads/master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a
2 changes: 1 addition & 1 deletion trunk/kernel/kallsyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ static const struct file_operations kallsyms_operations = {

static int __init kallsyms_init(void)
{
proc_create("kallsyms", 0444, NULL, &kallsyms_operations);
proc_create("kallsyms", 0400, NULL, &kallsyms_operations);
return 0;
}
device_initcall(kallsyms_init);

0 comments on commit 20a5230

Please sign in to comment.