Hi,

this patch series adds a MIG interface for getting an ioctl handler module
associated with an io object.  The first patch adds a plain and insecure
protocol, while the second does reverse authentication to establish the
identity of the module provider.

Regards,
  Fredrik

Carl Fredrik Hammar (2):
  Add ioctl-handler interface
  Reverse authenticating ioctl-handler protocol

 hurd/ioctl_handler.defs       |   68 +++++++++++++++++++++++++++++++++++++++++
 hurd/ioctl_handler_reply.defs |   46 +++++++++++++++++++++++++++
 hurd/subsystems               |    1 +
 3 files changed, 115 insertions(+), 0 deletions(-)
 create mode 100644 hurd/ioctl_handler.defs
 create mode 100644 hurd/ioctl_handler_reply.defs



Reply via email to