зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 71510: permissions not set correctly on graphs directory
This commit is contained in:
Родитель
9edc4a4e2a
Коммит
b7399b8a39
|
@ -543,7 +543,7 @@ if ($my_webservergroup) {
|
|||
}
|
||||
|
||||
# make sure that contrib keeps the permissions it had (don't touch it)
|
||||
chmod 0770, 'data', 'shadow';
|
||||
chmod 0770, 'data', 'shadow', 'graphs';
|
||||
chmod 0666, glob('data/*');
|
||||
chmod 0777, glob('data/*/'); # directories stay executable
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче