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

home directories have unsecure permissions #969

Open
varuzam opened this issue Nov 30, 2016 · 0 comments
Open

home directories have unsecure permissions #969

varuzam opened this issue Nov 30, 2016 · 0 comments
Labels

Comments

@varuzam
Copy link

varuzam commented Nov 30, 2016

Operating System (OS/VERSION):

Debian 8

VestaCP Version:

0.9.8-17

Hello

i found that vesta set unsecure permissions for user's home directory.

# ll /home/
drwxr-xr-x 3 test          test    4.0K May 14  2016 test
drwxr-xr-x 3 test2          test2    4.0K May 14  2016 test2

anyone can read any files into user's home directory!!!

i suggest to introduce new group, for example, mgrsecure, and add every user in this group. And make such permissions:

# ll /home/
drwxr-xr-x 3 test          mgrsecure    4.0K May 14  2016 test
drwxr-xr-x 3 test2          mgrsecure    4.0K May 14  2016 test2

it is maked so in ispmanager

@varuzam varuzam changed the title Unsecure permissions on home dirs home directories have unsecure permissions Nov 30, 2016
@Flatta Flatta added the security label Dec 4, 2016
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