You can group all filesystem and table operations using the keyword all. If
the operations to:
all, you cannot
specify other individual operations to include as well. maprcli volume modify -name v1 -dataauditops +all,+mkdirall, you cannot
specify other individual operations to exclude as well. maprcli volume modify -name v1 -dataauditops --all,-mkdirIf operations are specified using the keyword all, ensure that the
individual operations specified with the same command are used to:
all is used to exclude from auditing.all is used to include for auditing.For example, the following is a valid combination of operations to audit:
maprcli volume modify -name v1 -dataauditops +all,-mkdir,-lookup