Function: enableSecurityPolicy(ISecurityPolicyPlugin _policy)
This enables a security policy, inserting into the linked list.
Inputs
_policyControl: Full.
Constraints:
!= SENTINEL && != 0x0.Impact: The policy.
Branches and code coverage (including function calls)
Intended branches
enabledSecurityPolicies[policy]is the previous head.enabledSecurityPolicies[SENTINEL_MODULE_ADDRESS]==policy.
Negative behavior
Inserted Security Policy cannot be the sentinel address.
Inserted Security Policy cannot be
0x0.