chiark / gitweb /
Directory claiming and ephemeral filesystems.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 12 Feb 2012 23:14:36 +0000 (23:14 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 23 Feb 2012 03:14:20 +0000 (03:14 +0000)
commit33aa94e8966d10478a2087a1c9dd445e92673933
tree33ba28cfbf9f54e71fd700ce3d513f1f1dea189e
parent2235222bb9739a1e6713b49290906c5b4cf08f04
Directory claiming and ephemeral filesystems.

Two new related tools.

  * `mount-ephemeral' creates (and removes) a temporary filesystem,
    encrypted using a fresh random key so the contents are irretrievably
    lost when the host reboots or the power fails.

  * `claim-dir' is a `userv' service which allows users to claim
    directories in a shared filesystem without the hazardous
    free-for-all that results from world writability with a sticky bit.

These go in their own separate Debian package.  There's no direct link
between the two, but bundling them together provides a hint regarding
possible applications.
Makefile.am
claim-dir.tab [new file with mode: 0644]
debian/.gitignore
debian/claim-dir.install [new file with mode: 0644]
debian/control
debian/distorted-keys.install
mount-ephemeral [new file with mode: 0755]
userv/claim-dir.in [new file with mode: 0644]