Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to mount lsm module to io-pkt by mount(): (1 Item)
   
How to mount lsm module to io-pkt by mount()  
Hi, I have a question.

According to the page:
https://www.qnx.com/developers/docs/7.0.0/index.html#com.qnx.doc.neutrino.resmgr/topic/messages_mount_function.html

it seems like I could mount .so file (for packet filtering) to io-pkt by mount() function.  
I can mount my lsm.so to io-pkt by mount utility (as the following command):

mount -T io-pkt /lib/dll/lsm-pf-test.so

but I don't know how to pass the parameters to mount() function.

Any suggestion?  Thanks.