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.
Hello Sir , Please let me know how to accomplish this task .