Author Topic: How disable automatic change rights on home directory?  (Read 4484 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How disable automatic change rights on home directory?
« on: December 04, 2017, 01:31:34 PM »
How do I disable the automatic change rights to the home directory?

I have not found any such options in the admin panel.

Offline
*
Re: How disable automatic change rights on home directory?
« Reply #1 on: December 11, 2017, 01:30:35 PM »
I have small solution:
Code: [Select]
sudo chmod 755 /home
sudo chattr +i /home

But be careful if you use this in live server. This is not secure.