config.py:readConfig() checks if the specified path is a directory, but does not check permissions to see that it is readable and writeable.
I think in order to be useful for our purposes, SuperSID must have read and write permissions to this directory.
config.py:readConfig() checks if the specified path is a directory, but does not check permissions to see that it is readable and writeable. I think in order to be useful for our purposes, SuperSID must have read and write permissions to this directory.