molly-guard 0.8.4 source package in Ubuntu

Changelog

molly-guard (0.8.4) unstable; urgency=medium

  [ Helmut Grohne ]
  * Fix with sysvinit. (Closes: #1059691)

 -- Francois Marier <email address hidden>  Sat, 09 Mar 2024 13:38:43 -0800

Upload details

Uploaded by:
Simó
Uploaded to:
Sid
Original maintainer:
Simó
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe admin

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
molly-guard_0.8.4.dsc 1.8 KiB 922bc9e4df87a2e77f9c6796a116d6506d4d9bdecf091e3efc306033bdb475ea
molly-guard_0.8.4.tar.xz 13.8 KiB dce9a298c2e26e7bca84b6e8d5626c37e151e090fc901920d87a1a00763584e7

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.