The ColdFusion 2021 server auto-lockdown tool 'Set...
# cfml-general
r
The ColdFusion 2021 server auto-lockdown tool 'Sets file system permissions for your web root'. Is there an option to skip this step? This size of our webroot is huge
a
That's pretty much the baseline of web app security. You do not want to skip that step.
r
I have already set the file permissions on the webroot
a
'Sets file system permissions for your web root'. Is there an option to skip this step?
I have already set the file permissions on the webroot
Those two statements seem to contradict each other, so I dunno what yer actually asking in that case.
Oh I see. This is some "do it for you" thing.
r
The auto lockdown tool sets file permissions on the webroot and I would like to optionally skip this step. I am hoping there is a command line flag that is available. The reason I would like to do this is because the lockdown tool seems to make a backup of the ACL for every single file in the webroot. This takes a very long time, and I have already set the correct file permissions.
a
the lockdown tool seems to make a backup of the ACL for every single file
EEEEEEEEK. Yeah, fair enough. Sorry, overlooked the "auto" in yer initial Q.
👍 1
Unhelpful to your Q, but am just reading the docs for this thing. It's frickin nuts that this sort of thing is done via a GUI in 2023 (or 2021...)