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: 6500c1ae626d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8de50112acc9
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 16, 2017

  1. at: fix permission errors with "batch" on NixOS

    Fixes #12392
    
    (cherry picked from commit 38e6ae8)
    bjornfor committed Oct 16, 2017
    Copy the full SHA
    1aab607 View commit details
    Browse the repository at this point in the history
  2. nixos/tests: add basic test for services.atd

    (cherry picked from commit 943730f)
    
    (Fix trivial conflict in nixos/release.nix.)
    bjornfor committed Oct 16, 2017
    Copy the full SHA
    b1f5ef7 View commit details
    Browse the repository at this point in the history
  3. nixos/atd: remove "batch" from setuid wrappers

    "batch" is a shell script so invoking it via setuid wrapper never worked
    anyway. (The kernel drops perms on executables with shebang.) A previous
    nixpkgs commit made "batch" invoke the NixOS setuid "at" wrapper to gain
    needed privileges.
    
    Thanks to @yesbox for noticing.
    
    (cherry picked from commit 497108b)
    bjornfor committed Oct 16, 2017
    Copy the full SHA
    8de5011 View commit details
    Browse the repository at this point in the history