If you’re about to add new users to your Debian GNU/Linux you should have certainly noticed that the defaultusers created in /home directory are created with a 755 chmod permissions .
What makes it even worser is that in Debian by default the root user home directory /root has also a 755 permissons by default, you can see an example of the insecure behaviour below:
hipo@noah:/$ ls -ld root/
drwxr-xr-x 67 root root 4096 Aug 3 12:40 root/
This is quite a big security leak since every user on the system can read and copy all the documents of every other one without any constraint. Users can have read access to the administrator root user !
I have no clear clue why the Debian development team has taken the decision to set such an insecure permissions by default, but anyways it’s probably a good practice if you’re sane person with a security in mind, should certainly realize that this kind of insecure by default permissions has to be changed for a secure one.
This is probably about to save you tons of nerves of possible security info leak among users or even, security leaks coming out of your home root directory.
Changing the default permissions for the new created users on the system using the adduser command is pretty easy and is being controlled by /etc/adduser.conf
the variable responsible for the persmissons of newly created user directories found within the file is: DIR_MODE by default in Debian this variable is set to be equal to DIR_MODE=0755 which as I’ve already said is insecure thus a recommandable change value would be: DIR_MODE=750
So procceed and open the vim /etc/adduser.conf and change the DIR_MODE=755 variable to DIR_MODE=0750 there is plenty of more configuration options that you might want to tamper with one worthy to mention is that through the same conf file you’re able to specify the range values between which a new created user’s ids and gids could borrow.
This can be done via the variables FIRST_SYSTEM_UID LAST_SYSTEM_UID and respectively for GIDS, FIRST_SYSTEM_GID and LAST_SYSTEM_GID
Another thing to do immediately is change your root’s directory default set permissions during after your Debian Linux installation is complete, to do so:
debian:~# chmod 750 /root
If you’re in a position where you have already any number of users existing with alredy created insecure user home directories permissions (755) then a simple (bash shell) one liner to change all the system users permissions to 750 and hence prohibit users to be able to read among each other’s directory would be:
debian:~# for i in /home/*; do chmod 750 $i; done
The default insecure behaviour that Debian Linux possess as well as the issue discussed above is well documentaed in Securing Debian Manual so check it out for a more thorough info on Debian security.




on
on 
Should it not be chmod -R 750 /root, or chmod -R o-rx /root
Surely you mean the following:
debian:~# chmod -R 750 /root
debian:~# for i in /home/*; do echo chmod -R 750 $i;
yes in the hurry it seems I put a wrong number
Your chmods shoul be 750 not 755, because it wouldn’t change anything
‘I have no clear clue why the Debian development team has taken the decision to set such an insecure permissions by default,’
I do believe that’s a heritage thing from umask=0022 times.
I always change /etc/adduser.conf too (like you) AND umask settings.
In your example debian:~# chmod -R 755 /root I think that’s a typo, isn’t?
Maybe you mean debian:~# chmod -R 750 /root
Same thing to your second example (755 instead 750).
yes it’s a type thanks for noting it!
Best
“for i in /home/*; do echo chmod -R 755 $i; done “
I guess it should be chmod -R 700 in the script.
Old bug “/root is world readable”:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=295858
Yes you’re right
I think it’s wrong to recursively change the ownerships on people’s files. You should only change the permissions on their home directory.
Guess you’re right but yet, if only the users directory permissions are changed somebody could try to guess the user files and he will be able to read them if he is lucky. Thus it might be better that way sometimes.
No it doesn’t work like that – try it.
Yep I just gave it a try, You’re right. the “-R” option is not necessary in the for loop. I’ve fixed that in the article.
Thanks for noting it!
Will be seeing you around,
Wish you best!
Georgi
hey orada gday þekilde ailesine vereceðiz site . Seçilmisl?r? fark I anybody hansi site haqqinda bir . !
We stumbled over here coming from a different web page and thought I should check things out. I like what I see so i am just following you. Look forward to looking into your web page repeatedly.
If some one needs to be updated with newest technologies after that he must be go to see this site and be up to date every day.