Hi @Wolfgang,
I checked it out on an R80.30 gateway.
|-> fwui_head.def
|-> table.def
|-> user_early.def -> Here you can found the user_early.def
|-> base.def
|-> crypt.def
|-> services.def
|-> proxy.def
|-> crypt.def
"user_early.def" is an include file in "fwui_head.def"
You can also use the following command to search for dependencies:
# grep -rnwi '/opt/CPsuite-R80.30/fw1/lib/' -e 'user_early.def'
One more comment:
The normal user.def is executed after the "fwui_head.def". So you have the possibility to execute INSPECT code before user.def if you add the code to user_early.def.
➜ CCSM Elite, CCME, CCTE ➜ www.checkpoint.tips