Conversation
Notices
-
!archlinux users, what's the security risk of having the x bit on your home directory set? Local users being able to list files?
-
@hensondsturgill worse than that. R = listing a directory, X = access. For files with o=r permission, if you know the name you can read it
-
@hensondsturgill local users can cd into it. IIRC +r is enough to list files...
-
@petelewis You're right. I guess what I don't understand is, what's dangerous about being able to cd into it?
-
@hensondsturgill Look inside your ~ and see how many files have 644 perms. chmod o-x ~ blocks access to these and make your $HOME safer
-