stable
Clone or download
Read-only
request #14187 Add a CLI command to set correctly frs repository permissions
In order to correct potential permissions problems on RHEL7 migrations How to test : - set some repositories permissions on /var/lib/tuleap/ftp/tuleap/ - run tuleap frs:correct-repository-permissions --> permissions should be correctly set Change-Id: Ic769029ac8e759b7e2c0423cbdc2a8b7af6cf8e8
Modified Files
Name | ||||
---|---|---|---|---|
A | src/common/FRS/CorrectFrsRepositoryPermissionsCommand.php | +93 | −0 | Go to diff View file |
M | src/utils/tuleap.php | +15 | −4 | Go to diff View file |
A | tests/phpunit/common/FRS/CorrectRepositoryPermissions/CorrectFrsRepositoryPermissionsCommandTest.php | +214 | −0 | Go to diff View file |