Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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.