Dave Merrill
08/18/2022, 6:51 PMTo enhance security for the ColdFusion server on Windows, restrict access to the following files to selected ColdFusion users:
/cfusion/lib/seed.properties
/cfusion/lib/password.properties
/cfusion/lib/license.properties
/cfusion/bin/passwordreset.bat
/cfusion/bin/cf-passwordreset.jar
My understanding is that in general, the user CF runs under needs full access to the files in the ColdFusion install.
• Is that right?
• But these files are an exception?
• I ignorantly assume CF needs to read them at least, yes?
• So are they saying CF should have read permissions only, to those files, only, but full access to the rest of the CF directory?Dave Merrill
08/18/2022, 6:55 PMJim Partin
08/18/2022, 6:56 PMJim Partin
08/18/2022, 6:56 PMJim Partin
08/18/2022, 6:57 PMDave Merrill
08/18/2022, 6:58 PMAdam Cameron
Dave Merrill
08/18/2022, 8:38 PMPay careful attention to the file permissions of sensitive configuration files located in {cf.instance.root}/lib/ such as
password.properties , seed.properties and all neo-*.xml files. In addition the files located in
{cf.instance.root}/runtime/conf/ contain important configuration files utilized by the Tomcat container.
It's not clear to me exactly what permissions that means the cf service user should have.