mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-02 00:56:39 +02:00
9 lines
417 B
Plaintext
9 lines
417 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: {systemctl} is-active --quiet xkeysnail
|