mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-02 00:56:39 +02: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
|