A DESCRIPTION OF THE REQUEST :
We want there to be a message when an JNA is allowed to run when the rule matches a hash.
<rule> <!-- allow anything signed with company's public cert -->
<id>
<certificate hash="794F53C746E2AA77D84B843BE942CAB4309F258FD946D62A6C4CCEAB8E1DB2C6" />
</id>
<action permission="run" version="SECURE">
<message>This is an applet that was allowed to run because its SHA-256 hash is stored in the DeploymentRuleSet.jar file</message>
</action>
</rule>
JUSTIFICATION :
To inform users that the applet they are using was allowed to run for a specific purpose.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Show a message
ACTUAL -
No message shown