OpenSearch/distribution/tools
Jason Tedor 3e485c2ca5 Fix plugin installation permissions
When installing plugin permissions, we try to set the permissions on all
installed files ourselves because a umask from the user could violate
everything needed to get the permissions right. Sadly, directories were
not handled correctly at all and so we were still left with broken
installations with umasks like 0077. This commit fixes this issue, adds
a thorough unit test for the situation, and most importantly, adds a
test that sets the umask before installing the plugin.

Relates #24527
2017-05-06 13:25:10 -04:00
..
java-version-checker Disable javadoc for java vesion checker 2017-02-16 09:56:11 -08:00
plugin-cli Fix plugin installation permissions 2017-05-06 13:25:10 -04:00