Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

rootfs: Support agent tracing #200

Closed

Commits on May 3, 2019

  1. rootfs: Add seccomp for debian+suse

    Add missing seccomp packages for Debian and openSuSE config files.
    
    Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
    jodh-intel committed May 3, 2019
    Configuration menu
    Copy the full SHA
    d7c409b View commit details
    Browse the repository at this point in the history
  2. rootfs: Simplify config files

    Use single equals in string test for consistency, replace the visually
    distracting `|| true` by a single call to `true(1)` at the end of the
    script. This guarantees the sourced script succeeds even if any of the
    tests it makes fail.
    
    Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
    jodh-intel committed May 3, 2019
    Configuration menu
    Copy the full SHA
    c68ec02 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. rootfs: Support agent tracing

    Add `AGENT_TRACE=yes` option to build a rootfs with agent tracing support.
    
    Fixes kata-containers#199.
    
    Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
    jodh-intel committed May 8, 2019
    Configuration menu
    Copy the full SHA
    0059ca2 View commit details
    Browse the repository at this point in the history