Skip to content

Commit b37b7e5

Browse files
authored
TCR-788: add commands to enable/disable end-user malware ignore list to respective doc page
1 parent 87d46db commit b37b7e5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/user_interface/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)