<div dir="ltr"><div><div>Hi Serge,<br><br></div>Thanks for the reply. Could you let me know the steps for clearing the lxc.cap.drop and setting it with other bits if it's not of inconvenience. Also do you know which bits should be set?<br><br></div>It is not necessary for me to load the driver inside container. I am not able to access the driver (which is loaded in the host) inside the container. I tried the option <i>lxc-device</i> (<i>lxc-device -n <con_name> add /dev/<dev_name></i>) to add the device to the container. It failed to add the device. If there is a way for the container to use the driver loaded outside I would be able to get this to work. Any suggestions?<br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div>Thanks,</div><div>TG</div></div></div></div></div>
<br><div class="gmail_quote">On Tue, Feb 16, 2016 at 7:00 PM, Serge Hallyn <span dir="ltr"><<a href="mailto:serge.hallyn@ubuntu.com" target="_blank">serge.hallyn@ubuntu.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Quoting hari (<a href="mailto:haritg020@gmail.com">haritg020@gmail.com</a>):<br>
> Hi,<br>
><br>
> I have created a container and am trying to load a driver in it. insmod is<br>
</span>> not working and I believe the reason is because of *lxc.cap.drop =<br>
> sys_module* being set while creating the container. I found this in log<br>
<span class="">> though I could not find this setting in any config files. If my assumption<br>
</span>> is right is there any way to unset this or do something like *lxc.cap.add =<br>
> sys_module*?<br>
<br>
It's a bad idea to load modules from a container, and if the container is<br>
in a user ns you will not be able to do it at all.  But if you're sure you<br>
want to do it  (and you're not in a user ns), then you have to first clear<br>
lxc.cap.drop and then re-fill it with the other bits.  lxc.cap.drop and<br>
lxc.cap.add cannot be used together.<br>
_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a></blockquote></div><br></div></div>