Security related document
=========================

Security is a very important point in librarys. In most use
cases there is nearly no point of danger in using elektra.
But some a very security related, especially when you use
a daemon or some kind of distributed configuration.

Compiler Options
================

http://wiki.debian.org/Hardening


Memory Leaks
============

We use valgrind (--tool=memcheck) to make sure that elektra
does not suffer memory leaks and incorrect memory handling.

