Bug#766053: systemd-cron cannot edit user crontabs

2014-12-10 Thread Alexandre Detiste
control: tags -1 fixed-upstream Hi, I'm still working on this last major bug of systemd-cron. I came up with this setuid helper, that is called by crontab when needed: https://github.com/systemd-cron/systemd-cron/blob/setuid/src/bin/crontab_setuid.c I avoided the most obvious pitfalls: string

Bug#766053: systemd-cron cannot edit user crontabs

2014-12-10 Thread Lorenzo
On 12/10/2014 10:01 AM, Alexandre Detiste wrote: control: tags -1 fixed-upstream Hi, I'm still working on this last major bug of systemd-cron. I thought it had been solved reusing the crontab binary from the cron package - tldr please? I came up with this setuid helper, that is called by

Bug#766053: systemd-cron cannot edit user crontabs

2014-12-10 Thread Lorenzo
On 12/10/2014 10:01 AM, Alexandre Detiste wrote: control: tags -1 fixed-upstream Hi, I'm still working on this last major bug of systemd-cron. I came up with this setuid helper, that is called by crontab when needed:

Bug#766053: systemd-cron cannot edit user crontabs

2014-10-20 Thread Alexandre Detiste
Dear cron maintainer, Some systemd-cron users have discovered that the crontab program shipped with systemd-cron can't work for users != root because it is a python script and the setgid bit has no effect on these. I'm myself a newbie in the upstream team, and the two other upstreams which have