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-35838] Add Seccomp support to BundleGen #73

Closed kjayathe closed 1 year ago

kjayathe commented 1 year ago

Activities to be done for adding seccomp support -

  1. Add the seccomp field in the respective 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 info from platform JSON to 'linux' section of the final config JSON. This commit contains changes done for this task only