Add security check for home directories
GoogleCodeExporter opened this issue · 3 comments
GoogleCodeExporter commented
Add security check to verify the following:
* Identify and check for execute and write permissions over all users' home
directories.
* Identify sensitive files in home directories (.exrc .netrc .rhosts .shosts
.my.cnf .ssh/authorized_keys .*_history .forward .plan etc) and their
permissions
Original issue reported on code.google.com by bernardo.damele
on 22 Oct 2012 at 12:46
GoogleCodeExporter commented
Original comment by bernardo.damele
on 22 Oct 2012 at 12:48
- Added labels: Component-Logic
GoogleCodeExporter commented
Original comment by bernardo.damele
on 22 Oct 2012 at 10:24
- Added labels: Priority-High
- Removed labels: Priority-Medium
GoogleCodeExporter commented
Done, r284.
Check for sensitive files is covered by key_material and history_readable (new
check as of r283).
Original comment by bernardo.damele
on 28 Oct 2012 at 9:12
- Changed state: Fixed