reiabreu opened a new pull request, #9007:
URL: https://github.com/apache/storm/pull/9007

   launch-docker-container now parses the command file before 
setup_dir_permissions changes the worker directory's ownership. 
parse_docker_command_file opens the file with O_NOFOLLOW and requires it to be 
a regular file owned by the worker-launcher user (or root) and not writable by 
others. run_docker_cmd is split into parse_docker_command_file + 
exec_docker_cmd so the parse runs first.
   
   ## How this was tested
   Built the worker-launcher native tree with `autoreconf -i && ./configure && 
make check` (autotools, compiled with `-Werror`); the test suite passes.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to