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

Commits on May 6, 2018

  1. nixos/modules/services/scheduling/fcron: add setuid to fcrontab

    Without fcrontab being setuid, every attempt by an user in the fcron
    group to edit their own crontab (via `fcrontab -e`) results in the
    following error:
    
    ```
    2018-05-06 11:29:07 ERROR could not change euid to 273: Operation not permitted
    2018-05-06 11:29:07 ERROR fcron child aborted: this does not affect the main fcron daemon, but this may prevent a job from being run or an email from being sent.
    ```
    
    Adding setuid by hand has resolved this issue and aligns with the way
    fcrontab is installed on other distributions.
    alunduil committed May 6, 2018
    Copy the full SHA
    fdebbce View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2018

  1. Merge pull request #40037 from alunduil/fix-fcrontab-setuid

    nixos/modules/services/scheduling/fcron: add setuid to fcrontab
    matthewbauer committed Jun 2, 2018
    Copy the full SHA
    e4746bd View commit details
    Browse the repository at this point in the history