]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgroup: Mark memory protections as explicitly set in transient units 13689/head
authorChris Down <chris@chrisdown.name>
Mon, 30 Sep 2019 17:36:13 +0000 (18:36 +0100)
committerChris Down <chris@chrisdown.name>
Mon, 30 Sep 2019 21:27:21 +0000 (22:27 +0100)
commit184e989d7da4648bd36511ffa28a9f2b469589d1
tree8a6e4056fd7ed0021c40bb61e70fa7803c49c370
parent64fe532e90b3e99bf7821ded8a1107c239099e40
cgroup: Mark memory protections as explicitly set in transient units

A later version of the DefaultMemory{Low,Min} patch changed these to
require explicitly setting memory_foo_set, but we only set that in
load-fragment, not dbus-cgroup.

Without these, we may fall back to either DefaultMemoryFoo or
CGROUP_LIMIT_MIN when we really shouldn't.
src/core/dbus-cgroup.c