Re: [Lxc-users] Cron running as a non-root user

2011-02-17 Thread Andre Nathan
And of course I forgot the bugtracker link. Here it is. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=30655 On Thu, 2011-02-17 at 13:40 -0200, Andre Nathan wrote: > Hello > > In order to minimize security risks, I'm running my ubuntu containers > with a patched version of cron that allows

[Lxc-users] Cron running as a non-root user

2011-02-17 Thread Andre Nathan
Hello In order to minimize security risks, I'm running my ubuntu containers with a patched version of cron that allows it to run as an unprivileged user. This, of course, only works if all the jobs are run by the same user, but since my containers are single-user only it's no issue. Incidentally,