Task Summary
Currently, we place each command under a specific policy. We should build this infrastructure out.
Requirements
- [x] Must support 2 policy levels: RND and PROD
- [x] RND policy commands can only be executed if the firmware is built specifically for RND
- [x] PROD policy is a superset of RND (i.e. all PROD commands are available in RND firmware)
- [x] Must ignore any command with a policy that doesn’t match the current firmware
- [x] Must be able to choose the firmware type with a build flag
Details
Important Notes