molly-guard 0.6.2 source package in Ubuntu

Changelog

molly-guard (0.6.2) unstable; urgency=medium

  * Add missing diverts for kexec-tools and pm-utils (closes: #797531)

 -- Francois Marier <email address hidden>  Mon, 31 Aug 2015 08:10:12 -0700

Upload details

Uploaded by:
François Marier
Uploaded to:
Sid
Original maintainer:
François Marier
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
molly-guard_0.6.2.dsc 1.7 KiB 73b6bdc2df3a5da5f333b24872b366d052147048b4c8117e5a335c19e61edced
molly-guard_0.6.2.tar.xz 12.1 KiB b7fc39f6d7544021aaa479c5d107bae9accc57fddc57a6015342cd826c99e9b3

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.