]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite613dcaa3b5505250085cfccc7d53b58cc8b4798
tree3348374473c2f76abcb57d0785ccd1a2d21ea6a8
parent874b7f6396cca4eb4a93a9a8378072bbc077e4f6
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