diff options
| author | Daniel Baumann <daniel@debian.org> | 2009-10-26 12:51:22 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:06 +0100 |
| commit | f47a93a78a4a7d45d3db17184d592895dd913a4d (patch) | |
| tree | 7565420766c3247b1f30d232c5b3e50744f5ce52 /hooks | |
| parent | d2a27717cc6ba6688942fcbfbf49164f01253291 (diff) | |
| download | live-boot-f47a93a78a4a7d45d3db17184d592895dd913a4d.tar.gz live-boot-f47a93a78a4a7d45d3db17184d592895dd913a4d.zip | |
Adapting a patch from Michael Prokop <mika@grml.org> to set all harddisk devices to read-only mode for forensics investigations.
Diffstat (limited to 'hooks')
| -rwxr-xr-x | hooks/live | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -174,6 +174,12 @@ then copy_exec /usr/bin/wget /bin fi +# Program: blockdev +if [ -x /sbin/blockdev ] +then + copy_exec /sbin/blockdev /sbin +fi + # FUSE kernel module manual_add_modules fuse |
