Closed fenxiong closed 4 years ago
Fix https://github.com/aws/amazon-ecs-init/issues/205. Drop unnecessary execution permission in some packaged files, including the one mentioned in the issue.
install sets file permission to 755 by default. Add -m 644 to set file permisson to 644.
install
755
-m 644
644
Manually built the rpm and tested on both AL1 and AL2. Verified that the files have expected permission and the service can be started.
This contribution is under the terms of the Apache 2.0 License:
Summary
Fix https://github.com/aws/amazon-ecs-init/issues/205. Drop unnecessary execution permission in some packaged files, including the one mentioned in the issue.
Implementation details
install
sets file permission to755
by default. Add-m 644
to set file permisson to644
.Testing
Manually built the rpm and tested on both AL1 and AL2. Verified that the files have expected permission and the service can be started.
Description for the changelog
Licensing
This contribution is under the terms of the Apache 2.0 License: