blob: 056ce49fa2d75e6a4639fdf0ce4a78f33030b412 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Last Modified: Mon Jul 27 11:09:34 2015
#include <tunables/global>
#include <tunables/gnunet>
profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-cadet {
#include <abstractions/base>
#include <abstractions/gnunet-common>
/tmp/gnunet-system-runtime/gnunet-service-cadet.sock rw,
@{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-cadet mr,
@{GNUNET_USER}/.local/share/gnunet/private_key.ecc rk,
# Site-specific additions and overrides. See local/README for details.
#include <local/gnunet>
}
|