Use SSH to log into your server as root.
Using your favorite text editor, open the file /etc/cagefs/conf.d/custom.cfg. If the file doesn't already exist, this will create it.
nano /etc/cagefs/conf.d/binutils.cfg
[custom] comment=custom paths paths=/usr/local/bin/composer
To apply the change, run the following command cagefsctl –force-update
cagefsctl --force-update
If your program was installed via Yum, you can add the entire package through a different method.
Use SSH to log into your server as root.
Run the following command with the name of the package that you want to add to add:
cagefsctl --addrpm <packagename>
cagefsctl --force-update