Can we remove the world-writable permission from the following files and directories in the NetOps Portal?
/opt/CA/PerformanceCenter/sso/uninstall
/opt/CA/PerformanceCenter/DM/uninstall
/opt/CA/PerformanceCenter/PC/uninstall
/opt/CA/PerformanceCenter/uninstall
/opt/CA/PerformanceCenter/EM/uninstall
/opt/CA/MySql/uninstall
Release : 20.2
Component : CA Performance Center
Yes you can, to do so you can issue the following commands:
chmod -R o-w /opt/CA/PerformanceCenter/sso/uninstall
chmod -R o-w /opt/CA/PerformanceCenter/DM/uninstall
chmod -R o-w /opt/CA/PerformanceCenter/PC/uninstall
chmod -R o-w /opt/CA/PerformanceCenter/uninstall
chmod -R o-w /opt/CA/PerformanceCenter/EM/uninstall
chmod -R o-w /opt/CA/MySql/uninstall