summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: b48364a6c1c51181b381549e43bebb952b55ef84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: molly-guard
Section: admin
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Simó Albert i Beltran <sim6@probeta.net>
XSBC-Original-Uploaders: Ludovico Gardenghi <garden@debian.org>,
           Josh Triplett <josh@joshtriplett.org>,
           Francois Marier <francois@debian.org>,
	   Marc Haber <mh+debian-packages@zugschlus.de>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: debhelper (>= 10), docbook-xsl, xsltproc
Standards-Version: 4.0.0
Vcs-Browser: https://git.progress-linux.org/packages/graograman/molly-guard
Vcs-Git: https://git.progress-linux.org/packages/graograman/molly-guard
XSBC-Original-Vcs-Browser: https://salsa.debian.org/debian/molly-guard
XSBC-Original-Vcs-Git: https://salsa.debian.org/debian/molly-guard.git

Package: molly-guard
Architecture: all
Depends: procps, ${misc:Depends}
Enhances: init,
          kexec-tools,
          mosh,
          openssh-server,
          pm-utils,
          systemd,
          sysvinit,
          upstart
Description: 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.