Discussion:
[fpc-pascal] tprocess under linux and module
Gabriele Cappelletto via fpc-pascal
2018-09-17 12:50:35 UTC
Permalink
_______________________________________________
fpc-pascal maillist - fpc-***@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Michael Van Canneyt
2018-09-18 08:17:22 UTC
Permalink
sudo su
command
inside a command there is a reference to a kernel module installed with sudo insmod.
With the previous batch it works correctly, but I can not do the same thing with a tprocess.
How can I do?
Thank you
I forgot: once the module is installed the permissions are only for root
Write a temporary script file and execute that with
exectable: /bin/bash
Params: /path/to/your/script


Michael.

Loading...