rdkcentral / BundleGen

A command-line tool to convert OCI Images into extended OCI Bundles for use with the Dobby container manager.
Apache License 2.0
5 stars 32 forks source link

[RDK-35839] Add Apparmor support to BundleGen #75

Closed kjayathe closed 1 year ago

kjayathe commented 1 year ago

Activities to be done as a part of the above task -

  1. Add an apparmor profile in the platform JSON file. This activity is pending since this information needs to be provided by Comcast/platform team.
  2. Make changes in bundlegen to copy the apparmor profile name in the 'process' of the final config JSON during OCI bundle creation. This commit contains the changes for this task only.