aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-statistics-gtk
blob: 2e13b8adaedc7696e1ab125eed915bc174ea153f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Last Modified: Wed Aug  5 11:25:27 2015
#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/bin/gnunet-statistics-gtk {
  #include <abstractions/kde>
  #include <abstractions/gnome>
  #include <abstractions/gnunet-gtk>

  @{GNUNET_PREFIX}/bin/gnunet-statistics-gtk mr,

  @{GNUNET_PREFIX}/share/gnunet-gtk/gnunet_statistics_gtk_main_window.glade r,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}