Hello,
i'm trying to create a dynamic resource.
When I place the script locally on the maschine (/tmp/script.py) it works fine. But when I place the script on a nfs-share (nfs/nas/pbs/config/script.py) I get a Security violation. Furthermore "nfs/nas/pbs/config/script.py file has a non-secure file access, setting resource token_dyn to 0, errno: 1
So its perfectly clear what happening, and why it does not work when the script is on the nfs-share. But I want it to be there, how can i make this file access secure?
thx