Currently the entire ListItem is removed from the Doc library if the user does not have permission to view the corresponding document, but I would really like it if the user could at least see the meta data with the list item, and prevent them from accessing the corresponding document (ie they click on the document link and get denied, or they type in the url by hand and get denied, etc).
Is there some Document Library event handler that handles 'accessing' a document which I can implement and check the user's permissions before passing off the document to them? Or something along those lines..