X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fapparmor%2Fgnunet-service-revocation;h=cd3c59f03dc425b3d5f34b2f9f89875856452a1d;hb=bebdf68c0680860c619cb95c16d014f27c55de14;hp=6e6412820289a3fd69024d73833b9c2ecbff091a;hpb=847e9575ed85eadb979bc416afec7cf898cf00d1;p=oweals%2Fgnunet.git diff --git a/contrib/apparmor/gnunet-service-revocation b/contrib/apparmor/gnunet-service-revocation index 6e6412820..cd3c59f03 100644 --- a/contrib/apparmor/gnunet-service-revocation +++ b/contrib/apparmor/gnunet-service-revocation @@ -1,27 +1,19 @@ # Last Modified: Thu Jul 9 10:16:30 2015 - #include #include profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation { + #include #include - /etc/gnunet.conf r, - @{HOME}/.config/gnunet.conf r, - - /tmp/gnunet-system-runtime/gnunet-service-revocation.unix w, + /tmp/gnunet-system-runtime/gnunet-service-revocation.sock rw, - /var/lib/gnunet/.local/share/gnunet/revocation.dat rw, + @{GNUNET_USER}/.local/share/gnunet/revocation.dat rw, @{HOME}/.local/share/gnunet/revocation.dat rw, - /usr/lib/ld-*.so r, - @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation mr, - - #Gnunet librairies - @{GNUNET_PREFIX}/lib/libgnunetcore.so.* mr, - @{GNUNET_PREFIX}/lib/libgnunetrevocation.so.* mr, - @{GNUNET_PREFIX}/lib/libgnunetset.so.* mr, - @{GNUNET_PREFIX}/lib/libgnunetstatistics.so.* mr, + + # Site-specific additions and overrides. See local/README for details. + #include }