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

Updates to the falco-driver-loader script #1158

Merged
merged 4 commits into from
Apr 24, 2020
Merged

Commits on Apr 22, 2020

  1. fix(scripts): falco-driver-loader takes into account the new kernel m…

    …odules URLs
    
    The new Falco kernel modules URLs are:
    `<base_url>/kernel-module/<driver_version>/falco_<target_id>_<kernel_release>_<kernel_version>`
    
    Co-authored-by: Lorenzo Fontana <lo@linux.com>
    Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
    leodido and fntlnz committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    4b8177a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. update(scripts): changes to falco-driver-loader to support the Falco

    eBPF probes coming from the drivers build grid
    
    Co-authored-by: Lorenzo Fontana <lo@linux.com>
    Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
    leodido and fntlnz committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    58958bf View commit details
    Browse the repository at this point in the history
  2. build: rename the driver to "falco" and setup the DBG URL

    DBG stands for Drivers Build Grid, a repository holding a set of
    prebuilt drivers (both Falco kernel modules and Falco eBPF probes).
    
    Co-authored-by: Lorenzo Fontana <lo@linux.com>
    Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
    leodido and fntlnz committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    ab722c3 View commit details
    Browse the repository at this point in the history
  3. fix(scripts): falco-driver-loader must infer the OS ID from the host

    Co-authored-by: Lorenzo Fontana <lo@linux.com>
    Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
    leodido and fntlnz committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    c0cf3da View commit details
    Browse the repository at this point in the history