sudoers.d: add teamviewerd

This commit is contained in:
Aminda Suomalainen 2024-03-13 09:07:25 +02:00
parent a6c2c28727
commit c2c7d401dd
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# Fedora
%wheel ALL=NOPASSWD: /bin/systemctl stop teamviewerd.service
%wheel ALL=NOPASSWD: /bin/systemctl start teamviewerd.service
%wheel ALL=NOPASSWD: /bin/systemctl restart teamviewerd.service
# Debian
%sudo ALL=NOPASSWD: /bin/systemctl stop teamviewerd.service
%sudo ALL=NOPASSWD: /bin/systemctl start teamviewerd.service
%sudo ALL=NOPASSWD: /bin/systemctl restart teamviewerd.service