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: aeb464dfd372
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b2a165e7862d
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 28, 2019

  1. nixos/apparmor: order before sysinit.target

    Otherwise, profiles may be loaded way too late in the init process.
    joachifm committed Apr 28, 2019
    Copy the full SHA
    f824dad View commit details
    Browse the repository at this point in the history
  2. nixos/apparmor: allow reloading profiles without losing confinement

    Define ExecReload, otherwise reload implies stop followed by start, which
    leaves existing processes in unconfined state [1].
    
    [1]: https://gitlab.com/apparmor/apparmor/wikis/AppArmorInSystemd
    joachifm committed Apr 28, 2019
    Copy the full SHA
    aa24c4e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Merge pull request #60377 from joachifm/feat/apparmor-systemd

    nixos/apparmor: service unit improvements
    joachifm committed Apr 29, 2019
    Copy the full SHA
    b2a165e View commit details
    Browse the repository at this point in the history