On Wed, Nov 07, 2012 at 05:19:39AM -0800, Wajidali Whowe wrote: > Dear Matthias, > > Thank you very much for the information, the steps are clear except for the > sentence "connect L4Linux to the "ev" capability of mag", could you please > kindly detail this part?
You need something like this in your lua script hid = l:new_channel() (for L4Linux) ev = hid::svr() (for mag) ev = hid; Don't forget to enable the input server with l4-input-srv.enable=1 on the command line. Matthias. -- Dipl.-Inf. Matthias Lange <[email protected]> Security in Telecommunications TU Berlin / Telekom Innovation Laboratories Ernst-Reuter-Platz 7, 10587 Berlin Phone: +49 - 30 - 8353 58 553 Mobile: +49 - 160 - 587 28 07 Web: http://www.t-labs.tu-berlin.de/sect _______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
