-
Notifications
You must be signed in to change notification settings - Fork 4
/
usr.bin.skype
40 lines (34 loc) · 1.09 KB
/
usr.bin.skype
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Last Modified: Mon Oct 26 13:29:13 2009
# REPOSITORY: http://apparmor.test.opensuse.org/backend/api draglor 53
# Additional profiling based on work by Андрей Калинин, LP: #226624
#include <tunables/global>
/usr/bin/skype {
#include <abstractions/audio>
#include <abstractions/base>
#include <abstractions/fonts>
#include <abstractions/freedesktop.org>
#include <abstractions/kde>
#include <abstractions/nameservice>
#include <abstractions/nvidia>
#include <abstractions/user-tmp>
#include <abstractions/X>
# are these needed?
/proc/*/cmdline r,
/dev/video* mrw,
/var/cache/libx11/compose/* r,
# should this be in a separate KDE abstraction?
@{HOME}/.kde/share/config/kioslaverc r,
/usr/bin/skype mr,
/usr/share/skype/** kr,
/usr/share/skype/sounds/*.wav kr,
@{HOME}/.Skype/ rw,
@{HOME}/.Skype/** krw,
@{HOME}/.config/* kr,
@{HOME}/.mozilla/ r,
@{HOME}/.mozilla/*/ r,
@{HOME}/.mozilla/*/*/ r,
@{HOME}/.mozilla/*/*/bookmarkbackups/ r,
@{HOME}/.mozilla/*/*/chrome/ r,
@{HOME}/.mozilla/*/*/extensions/ r,
@{HOME}/.mozilla/*/*/prefs.js r,
}