Aleksa Sarai

Results 775 comments of Aleksa Sarai

> I did some tests and child processes seem to inherit the value. Yes, child processes inherid oom_score_adj. However, processes can always increase their oom_score_adj -- while they wouldn't be...

Doesn't this require a new entry in `tests/fuzzing/oss_fuzz_build.sh`?

I understand the argument for a warning like this, but I'd prefer that we instead just had warnings for `type: "bind"` or `type: "rbind"` without a corresponding option entry. This...

@andrewrynhard This might be worthwhile to have, but just to clarify -- it's not that `type: "bind"` additionally requires a `"bind"` argument. It's that `type: "bind"` does nothing and you...

Your question about rebooting is already covered by the [lifecycle and specifically, step 7](https://github.com/opencontainers/runtime-spec/blob/v1.0.1/runtime.md#lifecycle). A reboot causes the container process to exit, but the `delete` operation was not executed --...

@JakeWarner As another aside, I don't like JSON as a config format. Personally I think TOML would've been a better choice -- JSON has way too many quirks to make...

This is a perfect opportunity to plug #1852 which would fix this issue, and many others.

I agree and this is something that has been brought up in the PR. At this point I might end up just implementing `-ef` flags myself.

I agree with @stevvooe on both points -- that the utility of healthcheck information in an image is quite low, but that importing it is acceptable if that's what people...

@thaJeztah Regarding the ambiguity of the MUST clause. The intention of that sentence is to say that implementations should act as though the layer (or manifest) doesn't exist if it...