I have looked across the forum but have not seemed to find what I was looking for - need to secure individual pages within the _layouts directory to Site Admins only.
I am looking to secure a few individual _layouts pages (in particular listedit.aspx, people.aspx). I have an internal user group that has Manage List permissions on a list so that they can access and review all files because they need to override list permissions, which is locked down to view only user-created items for all other users. This is ok and this user is internal, but I do not want them to stumble across the listedit.aspx page. I was looking to possibly just add an SPSecurityTrimmedControl with ManageWeb permissions on the whole page, but that does not seem to work as there is a lot of javascript that occurs on these particular pages that just overwrites this. Any suggestions on a quick couple lines of code I could add to these pages that would give any user except site admins an access denied page? Thanks!
-Jason