cdev: change TODO item to check for CAP_KILL
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 6 Dec 2012 14:21:23 +0000 (15:21 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 6 Dec 2012 14:21:23 +0000 (15:21 +0100)
commit56894fb10ad6a3e8c23e7b58ca4aa3b36754e5a4
tree58ec487c2910cbe7a1abcddfe36dac7535dae076
parentfd098b828cf3bc92f4de5664daae697bf1f1bccb
cdev: change TODO item to check for CAP_KILL

CAP_KILL will be documented in kmscon manuals, but we should actually
check for the capability during startup.

However, this requires linking with libcap or libcap-ng and we currently
want to avoid that for such a simple task.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/kmscon_cdev.c