When starting elasticsearch with a wrong linux user, it could generate a NullPointerException when PluginsService tries to list available plugins in ./plugins dir.
To reproduce:
- create a plugins directory with
rwx rights for root user only
- launch elasticsearch from another account (elasticsearch for example)
It was supposed to be fixed with #4186, but sadly it's not :-(
When starting elasticsearch with a wrong linux user, it could generate a
NullPointerExceptionwhenPluginsServicetries to list available plugins in./pluginsdir.To reproduce:
rwxrights for root user onlyIt was supposed to be fixed with #4186, but sadly it's not :-(