molly-guard 0.5.1-1 source package in Ubuntu

Changelog

molly-guard (0.5.1-1) unstable; urgency=low


  * New upstream release.
  * Fix and rework prefix and etcdir handling to not embed the build directory
    in the binary. (Closes: #768418)

 -- Josh Triplett <email address hidden>  Fri, 07 Nov 2014 03:42:41 -0800

Upload details

Uploaded by:
madduck
Uploaded to:
Sid
Original maintainer:
madduck
Architectures:
all
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
molly-guard_0.5.1-1.dsc 2.1 KiB 4c213bad352a7eb5e6ab70b619f34e7ea8a1a20f804ea6e0426fbbfd84f650be
molly-guard_0.5.1.orig.tar.gz 6.8 KiB cebde72987a1025359e09f42ffad18cb484d8f0778fb07c05147b1a591533232
molly-guard_0.5.1-1.diff.gz 6.9 KiB 8857a636ac0289c1a4e1b8fbd770c766db93775e02ea7b31061ff368645f7f58

Available diffs

No changes file available.

Binary packages built by this source

molly-guard: protects machines from accidental shutdowns/reboots

 The package installs a shell script that overrides the existing
 shutdown/reboot/halt/poweroff/coldreboot/pm-hibernate/pm-suspend* commands
 and first runs a set of scripts, which all have to exit successfully,
 before molly-guard invokes the real command.
 .
 One of the scripts checks for existing SSH sessions. If any of the four
 commands are called interactively over an SSH session, the shell script
 prompts you to enter the name of the host you wish to shut down. This should
 adequately prevent you from accidental shutdowns and reboots.
 .
 molly-guard diverts the real binaries to /lib/molly-guard/. You can bypass
 molly-guard by running those binaries directly.