Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: e69e48a1e410
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 139a15ea5896
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 1, 2020

  1. Copy the full SHA
    75922aa View commit details
    Browse the repository at this point in the history
  2. minijail: android-10.0.0_r9 -> 14

    Switched from the android-* tags to the linux-* ones, because Upstream
    says "Releases are tagged as `linux-vXX`".
    alyssais committed Apr 1, 2020
    Copy the full SHA
    9225d95 View commit details
    Browse the repository at this point in the history
  3. minijail-tools: init at 14

    This is built from the same source as minijail, but is for all intents
    and purposes a seperate package.  It builds different things, with no
    overlap, and is under a different license.
    alyssais committed Apr 1, 2020
    Copy the full SHA
    2ed7584 View commit details
    Browse the repository at this point in the history
  4. minijail: build and install constants.json

    This is a syscall table used for compiling Minijail policy files to
    BPF.  The compiler is available in the minijail-tools package.  The
    file is generated by compiling and running a small program named
    dump_constants.
    
    When cross-compiling, we have to get the syscall table for the host
    platform.  To do this, dump_constants is run under QEMU user emulation
    for the appropriate platform.  Google takes the same approach in their
    minijail packages for ChromiumOS[1].
    
    [1]: https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/729bd4269a47870380f8dde0b162de355ce89dfe/chromeos-base/minijail/minijail-9999.ebuild#49
    alyssais committed Apr 1, 2020
    Copy the full SHA
    139a15e View commit details
    Browse the repository at this point in the history