On Mon, 23.06.14 14:29, Dave Reisner (d...@falconindy.com) wrote: > > Anyway, I hope this makes sense. > > > > With these changes coredumpctl actually is now really useful and just > > works. I have thus dropped the "systemd-" prefix. We should probably > > start advertising it more. > > Are there plans to limit the size of the directory in any way? As is, > the default setup is prone to a simple DoS attack as a non-root user: > > while true; do bash -c 'kill -SEGV $$'; done
Currently clean-up is done via tmpfiles-based aging. But yeah, you are right, we need something there that makes sure people cannot flood the directory with stuff. I have added this to the TODO list. It should be simple enough, we can take some inspiration from the journal vacuum logic, however modify it slightly since we probably don't want to to ratelimiting per-user/service, but I am not sure. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel