TOKEN_DEFAULT_DACL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct _TOKEN_DEFAULT_DACL {
  PACL DefaultDacl;
} TOKEN_DEFAULT_DACL, *PTOKEN_DEFAULT_DACL;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-_token_default_dacl)

TOKEN_DEFAULT_DACL structure

Description

The TOKEN_DEFAULT_DACL structure specifies a discretionary access-control list (DACL).

Members

DefaultDacl

Pointer to an access control list (ACL) structure assigned by default to any objects created by the user represented by the access token.

Remarks

The SeQueryInformationToken support routine retrieves the default DACL for an access token, in the form of a TOKEN_DEFAULT_DACL structure.

See also

ACL

SeQueryInformationToken

ZwQueryInformationToken

ZwSetInformationToken