usu icon indicating copy to clipboard operation
usu copied to clipboard

demanding "chmod 0777" is a bug

Open ser opened this issue 4 years ago • 0 comments
trafficstars

Enforcement of "chmod 0777" of the cache directory is wrong by design and should be eliminated from the code. PHP can run with non-root privileges and user running it can be directory owner, it's absolutely not necessary to allow writing by everyone in cache directory. It creates security issues only.

ser avatar Jun 12 '21 10:06 ser