Skip to content

Don't tell people to run chmod -R 755 on their install if update fails #13628

@fdellwing

Description

@fdellwing

Related to #13626

Please don't tell people to run chmod -R 755 /var/www/piwik. This will make all the files executable by everyone.

Either use chmod -R 754 /var/www/piwik (the easy solution) or find /var/www/piwik -type d -exec chmod 755 {} \; (the good solution).

Metadata

Metadata

Assignees

Labels

Help wantedBeginner friendly issues or issues where we'd highly appreciate community's help and involvement.c: SecurityFor issues that make Matomo more secure. Please report issues through HackerOne and not in Github.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions