mirror of
https://github.com/rbreaves/kinto.git
synced 2025-06-28 09:01:44 +02:00
11 lines
546 B
Plaintext
11 lines
546 B
Plaintext
# /etc/sudoers.d/limitedadmins
|
|
%{username} ALL=NOPASSWD: {systemctl} restart xkeysnail
|
|
%{username} ALL=NOPASSWD: {systemctl} start xkeysnail
|
|
%{username} ALL=NOPASSWD: {systemctl} stop xkeysnail
|
|
%{username} ALL=NOPASSWD: {systemctl} status xkeysnail
|
|
%{username} ALL=(root) NOPASSWD: /usr/local/bin/logoff.sh
|
|
%{username} ALL=NOPASSWD: {pkill} -f logoff
|
|
%{username} ALL=NOPASSWD: {pkill} -f bin/xkeysnail
|
|
%{username} ALL=NOPASSWD: {xkeysnail} /home/{username}/.config/kinto/kinto.py
|
|
%{username} ALL=NOPASSWD: {systemctl} is-active --quiet xkeysnail
|