Lennart Poettering

Results 1503 comments of Lennart Poettering

codewise lgtm, but the ci is very unhappy

Sounds good to me. If this is likely to show up in common infrastructure (i.e. is more than an academic project) then this definitely makes sense.

(and yupp, patches in this direction would be greatly appreciated)

I think it's essential that this is stuff is still built by default on CIs and such.

I added the quota_fd() syscall wrapper now in https://github.com/systemd/systemd/pull/36012, because I need it for #36010 too. (until that PR is merged, you could cherry-pick it into your PR too, to...

so there's one more complication: quota is not just about enforcing limits, but also about accounting current use. and that should be something we can enable separately from actual limits....

Oh, and please add some markdown doc to docs/ that mentions the proj id range we took possession of for this, and describe briefly how it is used. doesn't need...

one more thing: let's say one day we have DefaultStateDirectoryAccounting=1, which means that during boot we might within a small time window assign a large number of project ids to...

As a general rule: for all new code alway operate on fds, avoid paths as much as possible. paths are fine as initial entrypoint for things, but once you opened...