So much misinformation and disinformation here. People, if you don't know what you're doing, please, stop trying to be "helpful" , you're only hurting things in the longrun. Sad that even staff are doing this any more.
To disable cagefs for a user, there are two options
#1: From ssh (easiest)
Code:
cagefsctl --disable username
#2: From WHM
Login to WHM
Search for CageFS
Move the user from 'enabled' to 'disabled
You
can also add the program you're trying to use to the skeleton. There's a couple of methods to doing this, both need to be done from ssh
#1: RPM
cagefsctl --addrpm rpmname
#2: Manual
Create a custom file in /etc/cagefs/conf.d. Call it my.cfg or something else
Add something to the file, something like
Code:
[my]
comment=My Configurations here
paths=/bin/prog1, /bin/prog2, /bin/prog3
Exit the file
run
No http restart should be necessary. No http configs have changed, just new binaries have been added
In your case
Code:
cagefsctl --addrpm ImageMagick
should do what you're looking for.