gchq / event-logging-schema

Event Logging is an XML Schema for describing the auditable events generated by computer systems, hardware devices and access control systems
Apache License 2.0
25 stars 6 forks source link

Widen enumeration PermissionAttributeSimpleType #70

Open gcdev373 opened 3 years ago

gcdev373 commented 3 years ago

Enumeration PermissionAttributeSimpleType may be Author, Owner, Read, Write, Execute.

Please add values Create, Update. Delete, Use

at055612 commented 3 years ago

Update is probably synonymous with Write but I guess it makes sense to have enumerations that more closely match system's permission models.

at055612 commented 4 months ago

Relates to #76