I'm setting up a Linux machine thet'll be shared by several users, some of whom will be admins. Is there a way to restrict access to a user's home folder (encrypt or block completely) for other regular/admin users?
|
feedback
|
|
Deny permissions take precedence over allow permissions. Beyond that, several users shouldn't have administrative accounts. Give them the ability to escalate their privileges as necessary, but default access for everyone should be the same. EDIT: What I mean by this is run Second edit due to very astute catch by @whitequark | |||||||||||||
feedback
|
|
The correct way to protect all directories in a home directory is:
That will remove permissions to run | |||
|
feedback
|
|
The user's home folder is blocked by default on any linux system. So you won't have to worry about that. | |||||||||||
feedback
|
