mirror of
https://github.com/rbreaves/kinto.git
synced 2025-11-02 20:34:03 +01:00
7 lines
315 B
Plaintext
7 lines
315 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=NOPASSWD: {systemctl} is-active --quiet xkeysnail
|