rtc: allow validated RTC_PIE_ON for non-root
authorBryan Kadzban <[email protected]>
Tue, 16 Oct 2007 08:28:23 +0000 (01:28 -0700)
committerLinus Torvalds <[email protected]>
Tue, 16 Oct 2007 16:43:13 +0000 (09:43 -0700)
commit9d013d3b14f4c81bdfe6c81fc506037d60007036
treec85405897df18b5dae8530a45586811913136716
parent06c65eb45578c52d1bc69d044239646d4c90e7ea
rtc: allow validated RTC_PIE_ON for non-root

drivers/char/rtc.c allowed RTC_PIE_ON ioctls for non-root users, as long as
the current interval (set via RTC_IRQP_SET) is <= max_user_freq.  Allow
RTC_PIE_ON under the same conditions when /dev/rtc* is handled by the rtc
subsystem.

Signed-off-by: Bryan Kadzban <[email protected]>
Acked-by: Alessandro Zummo <[email protected]>
Cc: David Brownell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/rtc/rtc-dev.c