ttiny fixes - coffin - secure lan file storage on a device
HTML git clone git://parazyd.org/coffin.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 261391f4c40c528e0ae379dfb7eed32bf99a1e38
DIR parent e36fb4d103520de59dbf67b1c93a0cdef69d89e7
HTML Author: parazyd <parazyd@dyne.org>
Date: Mon, 28 Mar 2016 21:36:36 +0200
ttiny fixes
Diffstat:
M Makefile | 9 ++++++++-
M src/sacrist | 2 ++
2 files changed, 10 insertions(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -1,10 +1,17 @@
all:
make -C src/tomb/kdf-keys
+ @echo
+ @echo "Stuff compiled. Run `make install` as root to install"
+ @echo "and configure coffin on this device..."
+ @echo
install:
make -C src/tomb install
make -C src/tomb/kdf-keys install
- @./config.sh
+ @./conf/config.sh snowman
clean:
make -C src/tomb/kdf-keys clean
+
+uninstall:
+ @./conf/config.sh unsnowman
DIR diff --git a/src/sacrist b/src/sacrist
t@@ -11,6 +11,8 @@ DEBUG=${DEBUG:-1} # NOTE: Change default value to 0 later
QUIET=${QUIET:-0}
LOG=${LOG:-""}
+swapoff -a # Security
+
zkv=1
helpers=1