fsprotect 1.0.5 source package in Ubuntu

Changelog

fsprotect (1.0.5) unstable; urgency=low

  * Add support for "auto" size to use 50% of system memory (Closes: #564141)
  * Restore [bd]ashism to avoid dependency on sed in initramfs stage. Since
    it is supported by dash it should not be a problem (Closes: #564141)
  * Fix permissions of tmpfs mounts: Root FS gets 755 and other FSs get
    the same ownership/permissions of the original fs. (Closes: #561640)
  * Drop dependency on aufs-modules and add run-time aufs check. This also
    drops the lintian override. (Closes: #566161)
  * Add a copy of the initramfs portion to nfs-bottom to be usable for
    nfs mounts. This was reported to work. (Closes: #564138)
  * Standards version 3.8.4. No changes needed.
  * Switched to CDBS
  * Changed is_aufs.1 section to 1 (was 8).
  * Install is_aufs in /bin instead of /sbin (thanks to LI Daobing
    <email address hidden> for noting the incosistency)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 May 2010 13:00:12 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Stefanos Harhalakis
Architectures:
all
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
fsprotect_1.0.5.tar.gz 78.7 KiB 4944588fdb199b546e9f5c02ea7dad785e4403c7443431f9165752f09aded134
fsprotect_1.0.5.dsc 746 bytes 2bbee5dff9b6f8fac36eaadaca715a15a0ef1a89551f7353246ac8ef9ed290a3

Available diffs

View changes file

Binary packages built by this source

fsprotect: Helper scripts to make filesystems immutable

 This is a set of scripts that make immutable the root and other filesystems.
 Using aufs they pack a tmpfs filesystem and the filesystem forcing
 changes to be written to the tmpfs.
 .
 The root filesystem is protected by an initramfs script. Other filesystems
 are protected by an init script. All protected filesystems become read-only
 ensuring their immutability even on power-offs.
 .
 This can be used for public computers to prevent damage or changes.