- In order to give read, write and execute permission to a user running remote scan:
- create a group ‘gamma’ with the help of following command:
sudo groupadd gamma
- Change the group of the gamma installation directory to ‘gamma’
sudo chgrp gamma -R /opt/gamma
- Add permission to gamma installation directory:
sudo chmod 774 -R /opt/gamma
- Add a user, running remote scan, to ‘gamma’ group with following command:
sudo usermod -a -G gamma user
- Restart Embold
sudo service gamma restart
- create a group ‘gamma’ with the help of following command:
- Setup Embold Remote instance if not already available. This is where your analysis results will be published.
- Create a subsystem on Embold UI to be analyzed.
To know more information about remote scans, check this out here.