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: 502c16e591fb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 20e74c9868ab
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 11, 2020

  1. firejail: local profile handling fixed

    The sed expression wasn't really catching anything (as local profiles are
    included in the provided set of profiles by `include aaa.local` and not by
    `include xx/firejail/aaa.local` as the sed expression used to expect).
    As a result, it was not possible to create local profiles in any
    accessible location. This fix makes it possible to create them in
    `/etc/firejail/` which seems pretty standard.
    snicket2100 committed Jan 11, 2020
    Copy the full SHA
    0778f0a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Merge pull request #77524 from snicket2100/firejail-local-profiles-fixed

    firejail: local profile handling fixed
    7c6f434c committed Jan 12, 2020
    Copy the full SHA
    20e74c9 View commit details
    Browse the repository at this point in the history