molly-guard 0.8.3 source package in Ubuntu

Changelog

molly-guard (0.8.3) unstable; urgency=medium

  * Upload to unstable

 -- Francois Marier <email address hidden>  Fri, 22 Dec 2023 14:23:25 -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
Noble release universe admin

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
molly-guard_0.8.3.dsc 1.8 KiB 3a894c73ff5e88094f59ad18c77a683d4249fa3538946c4042e585059114da8c
molly-guard_0.8.3.tar.xz 13.7 KiB b580f0cd5ccb4e584a0b4e5003c7e3a57a5acd25255a30bcba5afecd52331cc8

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.