|
Mount lsm module(packet filtering) to io-pkt on QNX 7.1
|
06/05/2025 6:41 AM
post122660
|
Mount lsm module(packet filtering) to io-pkt on QNX 7.1
Hi, is there anyone try to mount your lsm module (packet filtering module) to the io-pkt stack?
I implement a lsm-pf module and I can mount it by using the following command to enable it on QNX 7.0.
$ mount -T io-pkt /path/to/lsm-pf-my.so
I also try to send some packets to validate. It works on QNX 7.0.
But, on QNX 7.1, the same command doesn't work. I get an error message from console as:
mount: Can't mount / (type io-pkt)
mount: Possible reason: Operation not permitted
Then, I try to mount the system's default lsm module : lsm-pf-v6.so by using the same command
$ mount -T io-pkt /path/to/lsm-pf-v6.so
I find it can mount successfully.
I don't know what is the difference between two versions of QNX?
Any suggestion is appreciated. Thanks.
|
|
|