From: Jonathan McDowell Date: Wed, 6 Apr 2011 04:22:39 +0000 (-0700) Subject: Add keydctl for talking to keyd backend X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/3e3f47ec2fdbfaf0682d9790a99264a4e60e9bf1?hp=3e3f47ec2fdbfaf0682d9790a99264a4e60e9bf1 Add keydctl for talking to keyd backend The regular keydb functions for talking to keyd work fine for key related operations, but there are extra things we want to do with keyd (such as checking its status or asking it to cleanly exit) that there's no way to do at present. Add keydctl to provide a way to access these additional features. ---