I would like to monitor all the commands when a user calls sudo bash, including the rest of the commands.
|
feedback
|
|
Since version 1.7(ish?) sudo has an inbuilt logging feature.
Or for group based logging
Once a user uses sudo, everything they see will be captured and can be viewed in real time. Doesn't work so well when ncurses is involved. | ||||
|
feedback
|