~ubuntu-branches/ubuntu/raring/apparmor/raring

« back to all changes in this revision

Viewing changes to profiles/extras/opt.gnome.lib.bonobo.bonobo-activation-server

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-03-23 16:42:01 UTC
  • Revision ID: james.westby@ubuntu.com-20070323164201-jkax6f0oku087b7l
Tags: upstream-2.0.1+510.dfsg
ImportĀ upstreamĀ versionĀ 2.0.1+510.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ------------------------------------------------------------------
 
2
#
 
3
#    Copyright (C) 2002-2005 Novell/SUSE
 
4
#
 
5
#    This program is free software; you can redistribute it and/or
 
6
#    modify it under the terms of version 2 of the GNU General Public
 
7
#    License published by the Free Software Foundation.
 
8
#
 
9
# ------------------------------------------------------------------
 
10
# vim:syntax=apparmor
 
11
# Last Modified: Mon Aug 29 10:49:30 2005
 
12
 
 
13
#include <tunables/global>
 
14
 
 
15
/opt/gnome/lib/bonobo/bonobo-activation-server {
 
16
  #include <abstractions/base>
 
17
  #include <abstractions/nameservice>
 
18
  #include <abstractions/user-tmp>
 
19
 
 
20
  /etc/bonobo-activation/bonobo-activation-config.xml r,
 
21
  /opt/gnome/lib/bonobo/bonobo-activation-server r,
 
22
  /opt/gnome/lib/bonobo/servers r,
 
23
  /opt/gnome/lib/bonobo/servers/*.server r,
 
24
  /opt/gnome/lib/evolution-data-server-1.2/evolution-data-server-1.4 Px,
 
25
  /opt/gnome/lib/evolution/2.4/evolution-alarm-notify Ux,
 
26
  /opt/gnome/lib/lib*so* mr,
 
27
  /usr/X11R6/lib/X11/locale/* r,
 
28
}