mirror of
https://github.com/rbreaves/kinto.git
synced 2025-07-31 00:06:42 +02:00

- merging layouts - Major progress, unknowns completed - Added more menu options - Updated status placement and formatting - Ported Tweaks from tray to GUI, added more submenus to tray - GUI App icon improvements, desktop shortcut (linux), sys tray icon status improved - Added debug switch to gui app, proper child termination for sys tray - Updates to debug functionality - Added support and about to sys tray - Added more commands to sudoers & added version to about - KB logic can now refresh when needed - GUI and sys tray feature complete
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
|