Quote:Why limit permissions and risk that something somewhere may go wrong again?Why have door that can be closed with a key or similar? Because shit goes wrong when it can.
-> Normally files should only have the rights that are needed to use them.
So in praxis, If you don't know for sure you leave the rights more lax and if you know for sure you should restrict the rights.
The point is to set the rights so that anything that needs to be done can be done and nothing that shouldn't be done can't be done either.
Quote:Also i see that VapoursynthScriptsInHybrid-master .py scripts use 755. Also mistake?No, since in general .py scripts can be executable which is why by default they have the 'x'-flag.
Yes, since none of the scripts need to have the 'x' flag since none of them should be executable they are all only loaded inside Vapoursynth scripts and as such are just data containers.

-> It always depends.
Cu Selur
Ps.: Also it's not always that easy to keep rights straight when developing on different OSs which have different rights management.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.