Disable Shutdown via Ctrl+Alt+Del
Comment following line from /etc/inittab file
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
Allow non-privilege user to shutdown
to do so add -a option in a line from /etc/inittab file
ca::ctrlaltdel:/sbin/shutdown -a -t3 -r now
-a option looks for /etc/shutdown.allow file
create /etc/shutdown.allow in /etc. Add non-privilege user to whom you want to give an
authority to shutdown.
Disable Console Program Access
#rm -f /etc/security/console/apps/*
to disable powerroff, halt or reboot
#rm -f /etc/security/console.apps/{poweroff, halt, reboot}