Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install_path created with 777 permissions in SSHDeployer #43

Closed
criccomini opened this issue Jan 5, 2015 · 1 comment
Closed

install_path created with 777 permissions in SSHDeployer #43

criccomini opened this issue Jan 5, 2015 · 1 comment
Labels

Comments

@criccomini
Copy link

It seems that the SSHDeployer will create the install_path directory with 777 permissions:

$ ls -l /tmp/samza-tests/deploy/
total 16
drwxrwxrwx 4 criccomi criccomi 4096 Jan  5 22:43 kafka
drwxrwxrwx 3 criccomi criccomi 4096 Jan  5 22:43 yarn_nm
drwxrwxrwx 3 criccomi criccomi 4096 Jan  5 22:42 yarn_rm
drwxrwxrwx 4 criccomi criccomi 4096 Jan  5 22:42 zookeeper

It seems like it'd be a bit safer to have it be 755, or something.

@criccomini criccomini added the bug label Jan 5, 2015
@jdehrlich
Copy link
Contributor

fixed in version 0.1.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants