Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f508ede7 authored by Bart Van Assche's avatar Bart Van Assche
Browse files

Simplify cgroups.json



cgroups.json causes the following changes to be applied twice to
/sys/fs/cgroup: change user ID to system, change group ID to system and
change mode to 0755. Apply these settings once instead of twice.

Bug: 213617178
Test: Ran ls -ld /sys/fs/cgroup in Cuttlefish.
Change-Id: Ieb953c186c027b989599cbbaa70a9c9324678cdf
Signed-off-by: default avatarBart Van Assche <bvanassche@google.com>
parent 95c77707
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -38,10 +38,7 @@
    "Controllers": [
      {
        "Controller": "freezer",
        "Path": ".",
        "Mode": "0755",
        "UID": "system",
        "GID": "system"
        "Path": "."
      }
    ]
  }