sched: fix sysctl directory permissions
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 23 Aug 2007 13:18:02 +0000 (15:18 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 23 Aug 2007 13:18:02 +0000 (15:18 +0200)
commitc57baf1e1e24b004b57d282267542baab802753c
tree3348374473c2f76abcb57d0785ccd1a2d21ea6a8
parent2aa44d0567ed21b47b87d68819415d48194cb923
sched: fix sysctl directory permissions

There are two remaining gotchas:

- The directories have impossible permissions (writeable).

- The ctl_name for the kernel directory is inconsistent with
  everything else.  It should be CTL_KERN.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c