An audit log entry is written when an existing access control profile record is changed or deleted.

struct ae_aclmod {
  unsigned short ae_am_compname; /* offset */
  unsigned short ae_am_username; /* offset */
  unsigned short ae_am_resname;  /* offset */
  unsigned short ae_am_action;
  unsigned short ae_am_datalen;
};

where:


[Back] [Next]