molly-guard 0.8.1 source package in Ubuntu

Changelog

molly-guard (0.8.1) unstable; urgency=medium

  * Upload to unstable

 -- Francois Marier <email address hidden>  Sat, 11 Nov 2023 14:02:55 -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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
molly-guard_0.8.1.dsc 1.8 KiB da35f5e83f0174ce14a19857eb41803cd35cbbefdd4ba8c0d46679d8fa8c98cd
molly-guard_0.8.1.tar.xz 13.5 KiB abaf8b912902066b25d17b2a24b8edcbeef3004e1c43591f25a733f50b4a555b

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.