Does anyone know of a way I can automate adding descriptions to security policies?
I have a audit requirement to add to all rules with details like owner, justification and change control number. I know going forward you can set a requirement for this in version 9 onwards so the rule wont commit but I have hundreds of rules I need to add to first. I tried via the cli but this is only allowing me to add a single word and will need multiple lines to cover the audit point.
Any ideas or suggestions would be grateful.
🦆
Another idea is:
In cli
> set cli config-output-format set
> configure
> show
Find the format for rules
With this format you can add the "option" for comment and make a script
Greetings
Other than using a text editor and find/replace magic on the config XML, I don't know of a quick way to accomplish this either.