Searched refs:SdRel (Results 1 – 2 of 2) sorted by relevance
93 PISECURITY_DESCRIPTOR_RELATIVE SdRel; in SepGetGroupFromDescriptor() local97 SdRel = (PISECURITY_DESCRIPTOR_RELATIVE)Descriptor; in SepGetGroupFromDescriptor()98 if (!SdRel->Group) return NULL; in SepGetGroupFromDescriptor()113 PISECURITY_DESCRIPTOR_RELATIVE SdRel; in SepGetOwnerFromDescriptor() local117 SdRel = (PISECURITY_DESCRIPTOR_RELATIVE)Descriptor; in SepGetOwnerFromDescriptor()118 if (!SdRel->Owner) return NULL; in SepGetOwnerFromDescriptor()133 PISECURITY_DESCRIPTOR_RELATIVE SdRel; in SepGetDaclFromDescriptor() local139 SdRel = (PISECURITY_DESCRIPTOR_RELATIVE)Descriptor; in SepGetDaclFromDescriptor()140 if (!SdRel->Dacl) return NULL; in SepGetDaclFromDescriptor()155 PISECURITY_DESCRIPTOR_RELATIVE SdRel; in SepGetSaclFromDescriptor() local[all …]
197 Status = RtlCreateSecurityDescriptorRelative(SdRel, in SeSetWorldSecurityDescriptor()208 RtlCopyMemory((PUCHAR)SdRel + Current, SeWorldSid, SidSize); in SeSetWorldSecurityDescriptor()209 SdRel->Owner = Current; in SeSetWorldSecurityDescriptor()215 RtlCopyMemory((PUCHAR)SdRel + Current, SeWorldSid, SidSize); in SeSetWorldSecurityDescriptor()216 SdRel->Group = Current; in SeSetWorldSecurityDescriptor()222 PACL Dacl = (PACL)((PUCHAR)SdRel + Current); in SeSetWorldSecurityDescriptor()237 SdRel->Control |= SE_DACL_PRESENT; in SeSetWorldSecurityDescriptor()238 SdRel->Dacl = Current; in SeSetWorldSecurityDescriptor()244 PACL Sacl = (PACL)((PUCHAR)SdRel + Current); in SeSetWorldSecurityDescriptor()261 SdRel->Control |= SE_SACL_PRESENT; in SeSetWorldSecurityDescriptor()[all …]