Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDK-50163 Support for running Android containers #327

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 30, 2024

  1. Support for running Android containers

    - Manage mounting android partitions
    - OCI Template modifications for Android
    - Extra settings for Android specific bind mounts and devices
    jonhenderson-sky committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8bbccf0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Add extra masked paths

    Signed-off-by: Jon Henderson <jon.henderson2@sky.uk>
    jonhenderson-sky committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d9a5f68 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Add Android AppArmor profile setting

    Provide the ability to use an alternate AppArmor profile when running
    android containers, i.e.
    
    {
        "android": {
            "appArmorProfile": "aosp_default"
        }
    }
    
    If no setting is provided, the normal Dobby profile will be used.
    jonhenderson-sky committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    02c6c38 View commit details
    Browse the repository at this point in the history