## Copyright (C) 2012 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

## Allow user 'user' to restart sdwdate without password
user ALL=NOPASSWD: /bin/systemctl --no-pager --no-block start sdwdate
user ALL=NOPASSWD: /bin/systemctl --no-pager --no-block restart sdwdate
user ALL=NOPASSWD: /bin/systemctl --no-pager --no-block stop sdwdate

## Allow user 'user' to run tor_control-panel without password.
user ALL=NOPASSWD: /usr/bin/tor-control-panel

## Allow user "user" running sdwdate-log-viewer without a password.
user ALL=NOPASSWD: /usr/bin/sdwdate-log-viewer
