chiark / gitweb /
cgroup: memory limits on / are not supported
[elogind.git] / src / core / cgroup.c
index d6156c3924dbc8c281669d328e3bd2efc6ef1719..97f656eb5d8f4deaa850f4cd21cd6675bde4ec1c 100644 (file)
@@ -380,7 +380,7 @@ void cgroup_context_apply(CGroupContext *c, CGroupControllerMask mask, const cha
                 }
         }
 
-        if (mask & CGROUP_MEMORY) {
+        if ((mask & CGROUP_MEMORY) & !is_root) {
                 if (c->memory_limit != (uint64_t) -1) {
                         char buf[DECIMAL_STR_MAX(uint64_t) + 1];