Use this file to discover all available pages before exploring further.
The new docs.trellix.com offers a modernized UI and AI-powered features like conversational searches. Content is currently available only in English. Other languages will be available in mid-October 2026. We hope you enjoy the new experience.
You can view all Access Protection rules and their configuration details.
Commands to manage Access Protection rules
Commands
Description
--getallaprules
Prints all the Access Protection rules (irrespective of whether the rules are enabled or disabled). Information displayed includes rule index, rule name, actions, and origin (Trellix-defined or User-defined).
To view all Access protection rules, run:./mfetpcli --getallaprules
--getapruleconfig [ruleindex]
Prints the details of the Access Protection rule identified by ruleindex. Information displayed includes actions, processes/users to which the rule applies, subrule and their associated targets.
To print the Access Protection rules, run:
./mfetpcli --getapruleconfig [ruleindex]
--deleteaprule [ruleindex]
To delete the Access Protection rule identified by ruleindex.
Rule name cannot be used when deleting rules.
Note
Trellix-defined rules cannot be deleted.
To delete an Access Protection rule, run: ./mfetpcli --deleteaprule [ruleindex]