commit | 11388c87d2abca1f01975ced28ce9eacea239104 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Thu Jul 19 00:00:58 2012 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Thu Jul 19 00:00:58 2012 +0200 |
tree | 60e338e5ab817de96a461b08892e0663a316d67c | |
parent | 823d93640927d739f7c918b73fe5ec494fb27e17 [diff] |
PM / Sleep: Require CAP_BLOCK_SUSPEND to use wake_lock/wake_unlock Require processes wanting to use the wake_lock/wake_unlock sysfs files to have the CAP_BLOCK_SUSPEND capability, which also is required for the eventpoll EPOLLWAKEUP flag to be effective, so that all interfaces related to blocking autosleep depend on the same capability. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Cc: stable@vger.kernel.org Acked-by: Michael Kerrisk <mtk.man-pages@gmail.com>