[svlug] Latest Ubuntu virtualized...

Michael Robinson plug_1 at robinson-west.com
Thu Apr 10 00:10:53 PDT 2014


I need to disable LightDM's: shutdown, reboot, hibernate, and suspend
buttons.  I believe the remote VM is running openbox for a window
manager.  I think the Ubuntu system is called Saucy.  I also need to
permanently turn the resolution down so that the virtual machine fits
on my laptop screen.  I'm taking a network security course where the
VM I'm talking about is only accessible remotely via a VNC client
through a VPN if I'm not on campus.  I've already had to have my
instructor restart my VM multiple times.  

/etc/polkit-1/50-local.d/disable-shutdown.pkla:

[Disable shutdown]
Identity=unix-user:*
Action=org.freedesktop.consolekit.system.stop;
org.freedesktop.consolekit.system.restart;
org.freedesktop.upower.suspend;
org.freedesktop.upower.hibernate
ResultAny=no
ResultInactive=no
ResultActive=no

The above file doesn't seem to do anything.  Maybe I have to load the file somehow?





More information about the svlug mailing list