I'm trying to make my Satellite 5.7 server installation more secure. I'd like to turn off the function to run scripts from https://mysatserver/pub/upload/up without breaking Satellite.
The dir looks like this
-rw-r--r--. root root unconfined_u:object_r:httpd_sys_content_t:s0 index.html
drwxrwxr-x. apache apache unconfined_u:object_r:httpd_sys_content_t:s0 up
-rw-r--r--. root root unconfined_u:object_r:httpd_sys_content_t:s0 upload.php
What I'd like to do is make sure that no scripts can be run under /up.
My thoughts are:
- Change selinux context type?
- Is there any settings in the Apache config files that would turn this off?