#
# This file is a part of the NsCDE - Not so Common Desktop Environment
# Author: Hegel3DReloaded
# Licence: GPLv3
#

# For NsCDE logout / exit SysActionDialog

Runas_Alias     TOOR = root

Cmnd_Alias NSCDE_ACPI = /usr/local/libexec/NsCDE/acpimgr suspend, \
                         /usr/local/libexec/NsCDE/acpimgr hibernate, \
                         /usr/local/libexec/NsCDE/acpimgr hybrid-suspend, \
                         /usr/local/libexec/NsCDE/acpimgr poweroff, \
                         /usr/local/libexec/NsCDE/acpimgr reboot

user1	ALL  = (TOOR)	NOPASSWD: NSCDE_ACPI
user2	ALL  = (TOOR)	NOPASSWD: NSCDE_ACPI
user3	ALL  = (TOOR)	NOPASSWD: NSCDE_ACPI
userN	ALL  = (TOOR)	NOPASSWD: NSCDE_ACPI

