posix-clocks: Check write permissions in posix syscalls
authorTorben Hohn <torbenh@gmx.de>
Thu, 3 Mar 2011 17:26:14 +0000 (18:26 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 12 Mar 2011 20:27:07 +0000 (21:27 +0100)
pc_clock_settime() and pc_clock_adjtime() do not check whether the fd
was opened in write mode, so a clock can be set with a read only fd.

[ tglx: We deliberately do not return -EPERM as we want this to be
   distingushable from the capability based permission check ]

Signed-off-by: Torben Hohn <torbenh@gmx.de>
LKML-Reference: <1299173174-348-4-git-send-email-torbenh@gmx.de>
Cc: Richard Cochran <richard.cochran@omicron.at>
Cc: John Stultz <johnstul@us.ibm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>

No differences found