Actions
Bug #25857
openCIS Debian11 section 1.7 : Resource scripts called are not executable
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
Resource scripts called from the resources dir in section1_7.k for 1.7.2, 1.7.3, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10 are called with i.e :
command = r"/usr/bin/env ${resources_dir}/1_7_9_gdm_autorun_not_overridden.sh"
But all those scripts don't have the executable bit set, so they cannot execute and always return failure.
They should be called with i.e. “env /bin/bash myscript.sh” instead.
Updated by Michel BOUISSOU 20 days ago
- Status changed from In progress to Pending technical review
- Assignee changed from Michel BOUISSOU to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-plugins-private/pull/837
Updated by Michel BOUISSOU 20 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-plugins-private:commit:rudder-plugins-private|314678d8dd0bb4655f4990bc4558a066e23edd1f.
Actions