File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -100,5 +100,17 @@ The following filters are available:
100100* ** Timeframe** — displays the results filtered by chosen period or date.
101101* ** Items per page displayed** — click the number at the table bottom.
102102
103- The table can be sorted by Added and Path. By default, it is sorted from newest to oldest.
103+ The table can be sorted by Added and Path. By default, it is sorted from newest to oldest.
104+
105+ :::tip Note
106+ The end-user malware ignore list is disabled by default. Only Imunify360 administrators can enable it:
107+ ```
108+ imunify360-agent config update '{"PERMISSIONS": {"user_ignore_list": true}}'
109+ ```
110+ For disabling:
111+ ```
112+ imunify360-agent config update '{"PERMISSIONS": {"user_ignore_list": false}}'
113+ ```
114+
115+ :::
104116
You can’t perform that action at this time.
0 commit comments