How do you turn off the mandatory access control (MACL) capability from your repository?

A.
issue the DQL statement: update dm_sysobject ( all ) objects set r_composite_label = ‘acl’
where r_composite_label = ‘macl’
B.
set the attribute macl_security_disabled to true on the dm_docbase_config object
C.
update the system default ACL to have the attribute i_has_required_groups as false
D.
change the dm_server_config objects r_trusted_mode attribute from ‘macl’ to ‘acl’