Hi,
I'm working on extension 2.0 in python in which I'm trying to use the library that needs root permisions to be executed. In logs I can see the message "You don't have permissions...". I tried to create a user group, assign dtuserag to it and grant permissions needed for this library but then during the extension module initialization it does not recognize the path to python. If I run script as root without extension module it works fine. Is there any way to execute extension with root permissions?
Best Regards,
Patryk