Lines Matching refs:ace

175 	ACCESS_ALLOWED_ACE *ace;
202 ace = (ACCESS_ALLOWED_ACE*)((u8*)acl + sizeof(ACL));
203 ace->type = ACCESS_ALLOWED_ACE_TYPE;
204 ace->flags = 0;
205 ace->size = const_cpu_to_le16(0x18);
206 ace->mask = STANDARD_RIGHTS_ALL | FILE_WRITE_ATTRIBUTES |
211 ace->sid.revision = SID_REVISION;
212 ace->sid.sub_authority_count = 0x02;
214 ace->sid.identifier_authority.value[0] = 0;
215 ace->sid.identifier_authority.value[1] = 0;
216 ace->sid.identifier_authority.value[2] = 0;
217 ace->sid.identifier_authority.value[3] = 0;
218 ace->sid.identifier_authority.value[4] = 0;
219 ace->sid.identifier_authority.value[5] = 5;
220 sub_authorities = ace->sid.sub_authority;
226 ace = (ACCESS_ALLOWED_ACE*)((u8*)ace + le16_to_cpu(ace->size));
227 ace->type = ACCESS_ALLOWED_ACE_TYPE;
228 ace->flags = OBJECT_INHERIT_ACE | CONTAINER_INHERIT_ACE |
230 ace->size = const_cpu_to_le16(0x18);
231 ace->mask = GENERIC_ALL;
232 ace->sid.revision = SID_REVISION;
233 ace->sid.sub_authority_count = 0x02;
235 ace->sid.identifier_authority.value[0] = 0;
236 ace->sid.identifier_authority.value[1] = 0;
237 ace->sid.identifier_authority.value[2] = 0;
238 ace->sid.identifier_authority.value[3] = 0;
239 ace->sid.identifier_authority.value[4] = 0;
240 ace->sid.identifier_authority.value[5] = 5;
241 sub_authorities = ace->sid.sub_authority;
247 ace = (ACCESS_ALLOWED_ACE*)((u8*)ace + le16_to_cpu(ace->size));
248 ace->type = ACCESS_ALLOWED_ACE_TYPE;
249 ace->flags = 0;
250 ace->size = const_cpu_to_le16(0x14);
251 ace->mask = STANDARD_RIGHTS_ALL | FILE_WRITE_ATTRIBUTES |
256 ace->sid.revision = SID_REVISION;
257 ace->sid.sub_authority_count = 0x01;
259 ace->sid.identifier_authority.value[0] = 0;
260 ace->sid.identifier_authority.value[1] = 0;
261 ace->sid.identifier_authority.value[2] = 0;
262 ace->sid.identifier_authority.value[3] = 0;
263 ace->sid.identifier_authority.value[4] = 0;
264 ace->sid.identifier_authority.value[5] = 5;
265 ace->sid.sub_authority[0] =
269 ace = (ACCESS_ALLOWED_ACE*)((u8*)ace + le16_to_cpu(ace->size));
270 ace->type = ACCESS_ALLOWED_ACE_TYPE;
271 ace->flags = OBJECT_INHERIT_ACE | CONTAINER_INHERIT_ACE |
273 ace->size = const_cpu_to_le16(0x14);
274 ace->mask = GENERIC_ALL;
275 ace->sid.revision = SID_REVISION;
276 ace->sid.sub_authority_count = 0x01;
278 ace->sid.identifier_authority.value[0] = 0;
279 ace->sid.identifier_authority.value[1] = 0;
280 ace->sid.identifier_authority.value[2] = 0;
281 ace->sid.identifier_authority.value[3] = 0;
282 ace->sid.identifier_authority.value[4] = 0;
283 ace->sid.identifier_authority.value[5] = 5;
284 ace->sid.sub_authority[0] =
288 ace = (ACCESS_ALLOWED_ACE*)((char*)ace + le16_to_cpu(ace->size));
289 ace->type = ACCESS_ALLOWED_ACE_TYPE;
290 ace->flags = 0;
291 ace->size = const_cpu_to_le16(0x14);
292 ace->mask = SYNCHRONIZE | READ_CONTROL | DELETE |
297 ace->sid.revision = SID_REVISION;
298 ace->sid.sub_authority_count = 0x01;
300 ace->sid.identifier_authority.value[0] = 0;
301 ace->sid.identifier_authority.value[1] = 0;
302 ace->sid.identifier_authority.value[2] = 0;
303 ace->sid.identifier_authority.value[3] = 0;
304 ace->sid.identifier_authority.value[4] = 0;
305 ace->sid.identifier_authority.value[5] = 5;
306 ace->sid.sub_authority[0] =
310 ace = (ACCESS_ALLOWED_ACE*)((u8*)ace + le16_to_cpu(ace->size));
311 ace->type = ACCESS_ALLOWED_ACE_TYPE;
312 ace->flags = OBJECT_INHERIT_ACE | CONTAINER_INHERIT_ACE |
314 ace->size = const_cpu_to_le16(0x14);
315 ace->mask = GENERIC_READ | GENERIC_WRITE | GENERIC_EXECUTE | DELETE;
316 ace->sid.revision = SID_REVISION;
317 ace->sid.sub_authority_count = 0x01;
319 ace->sid.identifier_authority.value[0] = 0;
320 ace->sid.identifier_authority.value[1] = 0;
321 ace->sid.identifier_authority.value[2] = 0;
322 ace->sid.identifier_authority.value[3] = 0;
323 ace->sid.identifier_authority.value[4] = 0;
324 ace->sid.identifier_authority.value[5] = 5;
325 ace->sid.sub_authority[0] =
329 ace = (ACCESS_ALLOWED_ACE*)((u8*)ace + le16_to_cpu(ace->size));
330 ace->type = ACCESS_ALLOWED_ACE_TYPE;
331 ace->flags = 0;
332 ace->size = const_cpu_to_le16(0x18);
333 ace->mask = SYNCHRONIZE | READ_CONTROL | FILE_READ_ATTRIBUTES |
335 ace->sid.revision = SID_REVISION;
336 ace->sid.sub_authority_count = 0x02;
338 ace->sid.identifier_authority.value[0] = 0;
339 ace->sid.identifier_authority.value[1] = 0;
340 ace->sid.identifier_authority.value[2] = 0;
341 ace->sid.identifier_authority.value[3] = 0;
342 ace->sid.identifier_authority.value[4] = 0;
343 ace->sid.identifier_authority.value[5] = 5;
344 sub_authorities = ace->sid.sub_authority;
350 ace = (ACCESS_ALLOWED_ACE*)((u8*)ace + le16_to_cpu(ace->size));
351 ace->type = ACCESS_ALLOWED_ACE_TYPE;
352 ace->flags = OBJECT_INHERIT_ACE | CONTAINER_INHERIT_ACE |
354 ace->size = const_cpu_to_le16(0x18);
355 ace->mask = GENERIC_READ | GENERIC_EXECUTE;
356 ace->sid.revision = SID_REVISION;
357 ace->sid.sub_authority_count = 0x02;
359 ace->sid.identifier_authority.value[0] = 0;
360 ace->sid.identifier_authority.value[1] = 0;
361 ace->sid.identifier_authority.value[2] = 0;
362 ace->sid.identifier_authority.value[3] = 0;
363 ace->sid.identifier_authority.value[4] = 0;
364 ace->sid.identifier_authority.value[5] = 5;
365 sub_authorities = ace->sid.sub_authority;
410 ACCESS_ALLOWED_ACE *ace;
442 ace = (ACCESS_ALLOWED_ACE*)((char*)acl + sizeof(ACL));
443 ace->type = 0x00;
444 ace->flags = 0x00;
445 ace->size = const_cpu_to_le16(0x14);
446 ace->mask = const_cpu_to_le32(0x120089);
447 ace->sid.revision = 0x01;
448 ace->sid.sub_authority_count = 0x01;
450 ace->sid.identifier_authority.value[0] = 0;
451 ace->sid.identifier_authority.value[1] = 0;
452 ace->sid.identifier_authority.value[2] = 0;
453 ace->sid.identifier_authority.value[3] = 0;
454 ace->sid.identifier_authority.value[4] = 0;
455 ace->sid.identifier_authority.value[5] = 5;
456 ace->sid.sub_authority[0] =
459 ace = (ACCESS_ALLOWED_ACE*)((char*)ace + le16_to_cpu(ace->size));
460 ace->type = 0x00;
461 ace->flags = 0x00;
462 ace->size = const_cpu_to_le16(0x18);
463 ace->mask = const_cpu_to_le32(0x120089);
464 ace->sid.revision = 0x01;
465 ace->sid.sub_authority_count = 0x02;
467 ace->sid.identifier_authority.value[0] = 0;
468 ace->sid.identifier_authority.value[1] = 0;
469 ace->sid.identifier_authority.value[2] = 0;
470 ace->sid.identifier_authority.value[3] = 0;
471 ace->sid.identifier_authority.value[4] = 0;
472 ace->sid.identifier_authority.value[5] = 5;
473 ace->sid.sub_authority[0] =
475 ace->sid.sub_authority[1] =
538 ace = (ACCESS_ALLOWED_ACE*)((char*)acl + sizeof(ACL));
539 ace->type = 0x00;
540 ace->flags = 0x00;
541 ace->size = const_cpu_to_le16(0x14);
542 ace->mask = const_cpu_to_le32(0x12019F);
543 ace->sid.revision = 0x01;
544 ace->sid.sub_authority_count = 0x01;
546 ace->sid.identifier_authority.value[0] = 0;
547 ace->sid.identifier_authority.value[1] = 0;
548 ace->sid.identifier_authority.value[2] = 0;
549 ace->sid.identifier_authority.value[3] = 0;
550 ace->sid.identifier_authority.value[4] = 0;
551 ace->sid.identifier_authority.value[5] = 5;
552 ace->sid.sub_authority[0] =
555 ace = (ACCESS_ALLOWED_ACE*)((char*)ace + le16_to_cpu(ace->size));
556 ace->type = 0x00;
557 ace->flags = 0x00;
558 ace->size = const_cpu_to_le16(0x18);
559 ace->mask = const_cpu_to_le32(0x12019F);
560 ace->sid.revision = 0x01;
561 ace->sid.sub_authority_count = 0x02;
563 ace->sid.identifier_authority.value[0] = 0;
564 ace->sid.identifier_authority.value[1] = 0;
565 ace->sid.identifier_authority.value[2] = 0;
566 ace->sid.identifier_authority.value[3] = 0;
567 ace->sid.identifier_authority.value[4] = 0;
568 ace->sid.identifier_authority.value[5] = 5;
569 ace->sid.sub_authority[0] =
571 ace->sid.sub_authority[1] =