Skip to content

Sudo wrapper and notifications

Ara Gorn requested to merge sudo into main
  • new option --notification to show logs with zenity --notification
  • new sudo wrapper:
    • ask only once the user password (usefull with Tails)
    • prompt the user password with read -r or zenity --password until the correct one is provided
    • simplification of the code (sudo sh -c "command 1; command 2; -> _sudo command 1; _sudo command 2;)

Merge request reports

Loading