bucanero / PS4CheatsManager

PS4 Cheats Manager
http://www.bucanero.com.ar/
GNU General Public License v3.0
281 stars 35 forks source link

Always set directory permission to `0777` #65

Closed illusion0001 closed 1 year ago

bucanero commented 1 year ago

did you check or test if this actually brings any issues? I'm still not sure if it's needed, as we didn't get any proper way to reproduce the original problem with the patches folder.

illusion0001 commented 1 year ago

Yes I did test this change, no side effects so far. One theory that somehow the user created the folder with read only perms 0555 and app can't write to it. This fixes the issue by always setting permission to 0777 whenever we create a folders even if it already existed.

illusion0001 commented 1 year ago

Making draft until reproducible steps are provided

illusion0001 commented 1 year ago

Not an issue.