EmbLogic's Blog

ioctl capability implementations

Wants to add ability to load and remove kernel module from user space in user mode , to check whether application have permissions or not for load and remove kernel modules macro CAP_SYS_MODULE is used

(if(!capable(CAP_SYS_MODULE)) , if this is true application doesn’t have permissions  ,how to provide these permissions to application ,

All of this has been done in IOCTL.

One Response to ioctl capability implementations

  1. sumit.sharma says:

    Hello Sir , Please let me know how to accomplish this task .

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>