logprof update
[mirrors/AppArmor-Profiles.git] / usr.bin.gaim
CommitLineData
92bc3717 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: Fri Sep 2 19:07:43 2005
12
13#include <tunables/global>
14
15/usr/bin/gaim {
16 #include <abstractions/audio>
17 #include <abstractions/base>
18 #include <abstractions/bash>
19 #include <abstractions/consoles>
20 #include <abstractions/kde>
21 #include <abstractions/nameservice>
22 #include <abstractions/perl>
23 #include <abstractions/gnome>
24 #include <abstractions/user-tmp>
25
26 /bin/bash mixr,
27 /dev/random r,
28 /etc/esd.conf r,
29 /etc/pango/pango.modules r,
30 /etc/pango/pango64.modules r,
31
32 @{HOME}/.fonts r,
33 @{HOME}/.gaim r,
34 @{HOME}/.gaim/** lrw,
35 @{HOME}/.gnome2/nautilus-sendto/* rw,
36 @{HOME}/.gtk_qt_engine_rc r,
37 @{HOME}/.icons/** r,
38 @{HOME}/.mcop/random-seed rw,
39 @{HOME}/.mcoprc r,
40 @{HOME}/.kde/share/config/gtkrc-* r,
41 @{HOME}/.themes/** r,
42
43 /opt/MozillaFirefox/bin/firefox.sh Px,
44 /usr/bin/gaim mixr,
45 /usr/lib/GConf/2/gconfd-2 Px,
46 /usr/share/icons r,
47 /usr/share/icons/** r,
48 /usr/share/pixmaps r,
49 /usr/share/pixmaps/gaim/** r,
50 /usr/share/sounds/gaim/* r,
51 /usr/share/themes/** r,
52 /opt/kde3/bin/kde-config mixr,
53 @{PROC}/*/cmdline r,
54 /usr/X11R6/lib/Acrobat*/Resource/Font/* r,
55 /usr/X11R6/lib/Acrobat*/Resource/Font/PFM/* r,
56 /usr/lib/ao/plugins-* r,
57 /usr/lib/aspell-** mr,
58 /usr/lib/jvm/java-*/jre/lib/fonts/** r,
59 /usr/lib/ooo-*/share/fonts/** r,
60 /usr/lib/tcl*/encoding/* r,
61 /usr/lib64/ao/plugins-* r,
62 /usr/lib64/aspell-* r,
63 /usr/share/alsa/alsa.conf r,
64 /usr/share/icons r,
65 /usr/share/tcl/tcl*/encoding/* r,
66 /{,var/}run/.resmgr_socket w,
67}
This page took 0.148769 seconds and 4 git commands to generate.