Actions
Bug #5246
closedBug #5238: CFEngine is unable to run automatically on Rudder Server 2.11.0.rc1 since its generated promises have group writable permissions
Remove group permission on promises after they have been generated
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
#5238 is not enough to force permission on generated promises, umask set on jetty has still precedence on permissions.
After file are written by rudder, we should run a chmod command to remove permissions on the promises
chmod go-rwx seems good to me
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/573
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset edc45266c4e41ced760eac5f4b75762d5603d6e5.
Updated by François ARMAND over 10 years ago
Applied in changeset 1a75e31fc1e60184ebcd8341fd24b6deb0b49b05.
Updated by Vincent MEMBRÉ over 10 years ago
Applied in changeset de8198ff6efa417832d66ebf4e2a691d45bafadf.
Updated by François ARMAND over 10 years ago
Applied in changeset 7f3b24967ec0ee94ce65a55bbd13236d41b22614.
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.11.0~rc2 (announcement , changelog), which was released today.
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Category changed from 14 to Web - Config management
Actions