aws / amazon-ecs-init

ecs-init is now part of the amazon-ecs-agent repo https://github.com/aws/amazon-ecs-agent/tree/master/ecs-init
https://github.com/aws/amazon-ecs-agent
Apache License 2.0
200 stars 117 forks source link

Drop unnecessary execution permission in some packaged files #268

Closed fenxiong closed 4 years ago

fenxiong commented 4 years ago

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 to 755 by default. Add -m 644 to set file permisson to 644.

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: