Originally posted by: Casey_B
I have always been one to support granular control of access to privileged accounts.
(Not just root, but db user accounts, etc)
I always supported logging all of those accesses, but it seems a bit over the top
to want to watch every command run by a user.
It seems that would create too many logs to review, and make it almost impossible
to find inappropriate activity.
Rather, if you are in a system where you are not able to trust users at all, then
I think a better method to secure the system would be approach the problem from the opposite direction:
Provide them with a menu script that only allows a limited number of commands to be run.
Just my opinion,
Good luck in your task,
Casey