Issue
How to hide (or enable) the Ignore List tab for end users in the Imunify360 UI?
Environment
- Imunify360
- All supported panels
Solution
1. To hide the Ignore List tab for the user's interface, tun the following command:
imunify360-agent config update '{"PERMISSIONS": {"user_ignore_list": false}}'
2. To enable it, run the same command with true instead of false:
imunify360-agent config update '{"PERMISSIONS": {"user_ignore_list": true}}'
Comments
0 comments
Please sign in to leave a comment.