Skip to content

Commit

Permalink
[PATCH] s390: /proc/sys/vm/cmm_* permission bits
Browse files Browse the repository at this point in the history
Set permissoin of /proc/sys/vm/cmm_* files to 0644.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Martin Schwidefsky authored and Linus Torvalds committed Mar 24, 2006
1 parent 5968529 commit 5e8b1c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/s390/mm/cmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,19 +339,19 @@ static struct ctl_table cmm_table[] = {
{
.ctl_name = VM_CMM_PAGES,
.procname = "cmm_pages",
.mode = 0600,
.mode = 0644,
.proc_handler = &cmm_pages_handler,
},
{
.ctl_name = VM_CMM_TIMED_PAGES,
.procname = "cmm_timed_pages",
.mode = 0600,
.mode = 0644,
.proc_handler = &cmm_pages_handler,
},
{
.ctl_name = VM_CMM_TIMEOUT,
.procname = "cmm_timeout",
.mode = 0600,
.mode = 0644,
.proc_handler = &cmm_timeout_handler,
},
{ .ctl_name = 0 }
Expand Down

0 comments on commit 5e8b1c4

Please sign in to comment.