[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] loading RTAI-modules



Steffen Hildebrandt wrote:
> 
> Hello,
> 
> I use RTAI-1.2 and a Linux-kernel 2.2.14 and i will try to load the
> RTAI-modules as user xxx. I havn't compiled in the kernel-module loader.
> Whats the procedure to load the RTAI-modules as user xxx and not as user
> root?
> Can I set the group-rights of insmod and rmmod to use it as user xxx?

Hi Steffen,

You can change the permissions (chmod 4755 <file>) for insmod, rmmod,
modprobe.  This is not a good idea as it is considered as opening a
whole in your system's security.

Regards ,Stuart.