Actions
Bug #16136
closedOn relays /var/rudder/share files are not executable for group
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
Does not matter for Linux nodes since the agent run as root. For windows nodes, it is apache which does the policy distirbution.
The perms are:
sles-12-64:/var/rudder # ls -l /var/rudder/share total 0 drwx--S--- 1 root rudder-policy-reader 10 6 nov. 12:35 25af38fb-808a-4173-8df3-439143d78f47
Which prevents the group to execute the files --> i.e. traverse directories.
We should instead chmod 2770 on the files here.
Updated by Félix DALLIDET about 5 years ago
- Subject changed from On relays, /var/rudder/share files are not executable for group to On relays /var/rudder/share files are not executable for group
Updated by Félix DALLIDET about 5 years ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET about 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2133
Updated by Félix DALLIDET about 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|46b2d730852098cd8f0f86d237c0149b06068ecf.
Updated by Alexis Mousset about 5 years ago
- Name check changed from To do to Reviewed
Updated by Nicolas CHARLES about 5 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ almost 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.15 which was released today.
Updated by Benoît PECCATTE over 4 years ago
- Related to Bug #16907: Slow permissions change of /var/rudder/share during upgrade added
Actions