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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
#include <tunables/global>
/usr/games/steam {
#include <abstractions/X>
#include <abstractions/base>
#include <abstractions/fonts>
#include <abstractions/audio>
#include <abstractions/dbus-session>
#include <abstractions/consoles>
#include <abstractions/python>
#include <abstractions/nameservice>
#include <abstractions/freedesktop.org>
#include <abstractions/xdg-desktop>
/usr/games/steam r,
/usr/games/steam.real r,
/bin/* rix,
/usr/bin/* rix,
/sys/ r,
/sys/** r,
/run/shm/* rwk,
/dev/dri/* rwm,
/dev/snd/* rwm,
/etc/udev/udev.conf r,
/run/udev/** r,
/tmp/steam_chrome_shmem* rw,
/tmp/gameoverlayui.log rw,
/tmp/gameoverlayui.log.last rw,
/tmp/gameoverlayrenderer.log rw,
/tmp/gameoverlayrenderer.log.last rw,
/tmp/source_engine_[0-9]*.lock rwlk,
/tmp/dumps/ w,
/tmp/dumps/** rw,
/tmp/.org.chromium.Chromium.*/ w,
/ r,
/home/ r,
/tmp/ r,
@{HOME}/ r,
@{HOME}/.steam/ r,
@{HOME}/.steam/** rwkix,
@{HOME}/.local/share/** rwk,
@{HOME}/.steampath rw,
@{HOME}/.steampid rw,
@{HOME}/.config/unity3d/** rw,
@{PROC}/version r,
@{PROC}/loadavg r,
@{PROC}/[0-9]*/cmdline r,
@{PROC}/[0-9]*/auxv r,
@{PROC}/[0-9]*/environ r,
@{PROC}/[0-9]*/fd/ r,
@{PROC}/[0-9]*/status r,
@{PROC}/[0-9]*/task/ r,
@{PROC}/[0-9]*/task/[0-9]*/stat r,
}
|