Dual-authorization plugin for Sudo, allows to run commands (as root user) only after authorization by 2 different users.
sudo PROGRAM [ PARAMETERS ]
sudo auth [ -s | -e | -r ] [ -l | -f ]
If command (parameters are optional) is supplied, command is stored in queue.
If auth parameter is used, plugin allows to run selected commands or remove them from queue.
-s prints all commands inc queue
-e executes all commands in queue
-r removes all commands from queue
-l shows commands in brief list
-f shows full commands information
Installation: run make install as root
Uninstallation: run make uninstall as root
Sudo 1.8 and newer