~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to parser/tst/simple_tests/profile/flags/flags_ok9.sd

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#=DESCRIPTION validate some uses of the profile flags.
 
3
#=EXRESULT PASS
 
4
# vim:syntax=subdomain
 
5
# Last Modified: Sun Apr 17 19:44:44 2005
 
6
#
 
7
 
 
8
#==============================
 
9
/does/not/exist flags=(chroot_relative, mediate_deleted) {
 
10
 
 
11
  /usr/X11R6/lib/lib*so* r,
 
12
  /does/not/exist r,
 
13
}
 
14
 
 
15
/does/not/exist1 flags=(audit, chroot_relative, mediate_deleted) {
 
16
  
 
17
 
 
18
  /usr/X11R6/lib/lib*so* r,
 
19
  /does/not/exist r,
 
20
}
 
21
 
 
22
/does/not/exist2 flags=(chroot_relative, mediate_deleted, audit) {
 
23
  
 
24
 
 
25
  /usr/X11R6/lib/lib*so* r,
 
26
  /does/not/exist r,
 
27
}
 
28
 
 
29
/does/not/exist3 flags=(complain, chroot_relative, mediate_deleted) {
 
30
  
 
31
 
 
32
  /usr/X11R6/lib/lib*so* r,
 
33
  /does/not/exist r,
 
34
}
 
35
 
 
36
/does/not/exist4 flags=(chroot_relative, mediate_deleted, complain) {
 
37
  
 
38
 
 
39
  /usr/X11R6/lib/lib*so* r,
 
40
  /does/not/exist r,
 
41
}
 
42
 
 
43
 
 
44
#-------
 
45
 
 
46
/does/not/exist11 flags=(chroot_relative, delegate_deleted) {
 
47
  
 
48
 
 
49
  /usr/X11R6/lib/lib*so* r,
 
50
  /does/not/exist r,
 
51
}
 
52
 
 
53
/does/not/exist12 flags=(audit, chroot_relative, delegate_deleted) {
 
54
  
 
55
 
 
56
  /usr/X11R6/lib/lib*so* r,
 
57
  /does/not/exist r,
 
58
}
 
59
 
 
60
/does/not/exist13 flags=(chroot_relative, delegate_deleted, audit) {
 
61
  
 
62
 
 
63
  /usr/X11R6/lib/lib*so* r,
 
64
  /does/not/exist r,
 
65
}
 
66
 
 
67
/does/not/exist14 flags=(complain, chroot_relative, delegate_deleted) {
 
68
  
 
69
 
 
70
  /usr/X11R6/lib/lib*so* r,
 
71
  /does/not/exist r,
 
72
}
 
73
 
 
74
/does/not/exist15 flags=(chroot_relative, delegate_deleted, complain) {
 
75
  
 
76
 
 
77
  /usr/X11R6/lib/lib*so* r,
 
78
  /does/not/exist r,
 
79
}
 
80
 
 
81
 
 
82
#-------
 
83
 
 
84
/does/not/exist21 flags=(chroot_relative, attach_disconnected) {
 
85
  
 
86
 
 
87
  /usr/X11R6/lib/lib*so* r,
 
88
  /does/not/exist r,
 
89
}
 
90
 
 
91
/does/not/exist22 flags=(audit, chroot_relative, attach_disconnected) {
 
92
  
 
93
 
 
94
  /usr/X11R6/lib/lib*so* r,
 
95
  /does/not/exist r,
 
96
}
 
97
 
 
98
/does/not/exist23 flags=(chroot_relative, attach_disconnected, audit) {
 
99
  
 
100
 
 
101
  /usr/X11R6/lib/lib*so* r,
 
102
  /does/not/exist r,
 
103
}
 
104
 
 
105
/does/not/exist24 flags=(complain, chroot_relative, attach_disconnected) {
 
106
  
 
107
 
 
108
  /usr/X11R6/lib/lib*so* r,
 
109
  /does/not/exist r,
 
110
}
 
111
 
 
112
/does/not/exist25 flags=(chroot_relative, attach_disconnected, complain) {
 
113
  
 
114
 
 
115
  /usr/X11R6/lib/lib*so* r,
 
116
  /does/not/exist r,
 
117
}
 
118
 
 
119
#-------
 
120
 
 
121
/does/not/exist31 flags=(chroot_relative, no_attach_disconnected) {
 
122
  
 
123
 
 
124
  /usr/X11R6/lib/lib*so* r,
 
125
  /does/not/exist r,
 
126
}
 
127
 
 
128
/does/not/exist32 flags=(audit, chroot_relative, no_attach_disconnected) {
 
129
  
 
130
 
 
131
  /usr/X11R6/lib/lib*so* r,
 
132
  /does/not/exist r,
 
133
}
 
134
 
 
135
/does/not/exist33 flags=(chroot_relative, no_attach_disconnected, audit) {
 
136
  
 
137
 
 
138
  /usr/X11R6/lib/lib*so* r,
 
139
  /does/not/exist r,
 
140
}
 
141
 
 
142
/does/not/exist34 flags=(complain, chroot_relative, no_attach_disconnected) {
 
143
  
 
144
 
 
145
  /usr/X11R6/lib/lib*so* r,
 
146
  /does/not/exist r,
 
147
}
 
148
 
 
149
/does/not/exist35 flags=(chroot_relative, no_attach_disconnected, complain) {
 
150
  
 
151
 
 
152
  /usr/X11R6/lib/lib*so* r,
 
153
  /does/not/exist r,
 
154
}
 
155
 
 
156
#-------
 
157
 
 
158
/does/not/exist41 flags=(chroot_relative, chroot_attach) {
 
159
  
 
160
 
 
161
  /usr/X11R6/lib/lib*so* r,
 
162
  /does/not/exist r,
 
163
}
 
164
 
 
165
/does/not/exist42 flags=(audit, chroot_relative, chroot_attach) {
 
166
  
 
167
 
 
168
  /usr/X11R6/lib/lib*so* r,
 
169
  /does/not/exist r,
 
170
}
 
171
 
 
172
/does/not/exist43 flags=(chroot_relative, chroot_attach, audit) {
 
173
  
 
174
 
 
175
  /usr/X11R6/lib/lib*so* r,
 
176
  /does/not/exist r,
 
177
}
 
178
 
 
179
/does/not/exist44 flags=(complain, chroot_relative, chroot_attach) {
 
180
  
 
181
 
 
182
  /usr/X11R6/lib/lib*so* r,
 
183
  /does/not/exist r,
 
184
}
 
185
 
 
186
/does/not/exist45 flags=(chroot_relative, chroot_attach, complain) {
 
187
  
 
188
 
 
189
  /usr/X11R6/lib/lib*so* r,
 
190
  /does/not/exist r,
 
191
}
 
192
 
 
193
#-------
 
194
 
 
195
/does/not/exist51 flags=(chroot_relative, chroot_no_attach) {
 
196
  
 
197
 
 
198
  /usr/X11R6/lib/lib*so* r,
 
199
  /does/not/exist r,
 
200
}
 
201
 
 
202
/does/not/exist52 flags=(audit, chroot_relative, chroot_no_attach) {
 
203
  
 
204
 
 
205
  /usr/X11R6/lib/lib*so* r,
 
206
  /does/not/exist r,
 
207
}
 
208
 
 
209
/does/not/exist53 flags=(chroot_relative, chroot_no_attach, audit) {
 
210
  
 
211
 
 
212
  /usr/X11R6/lib/lib*so* r,
 
213
  /does/not/exist r,
 
214
}
 
215
 
 
216
/does/not/exist54 flags=(complain, chroot_relative, chroot_no_attach) {
 
217
  
 
218
 
 
219
  /usr/X11R6/lib/lib*so* r,
 
220
  /does/not/exist r,
 
221
}
 
222
 
 
223
/does/not/exist55 flags=(chroot_relative, chroot_no_attach, complain) {
 
224
 
 
225
  /usr/X11R6/lib/lib*so* r,
 
226
  /does/not/exist r,
 
227
}
 
228