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

Commit 27a34103 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Relax the language around parallel_restorecon." am: cb9e1dec am: c9884e0e am: b5d4ddf1

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1581174

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0431870e70325732436ee00832d8de3f11a5c18d
parents 8af7d453 b5d4ddf1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -151,8 +151,8 @@ ueventd to create the nodes.
For boot time purposes, this is done in parallel across a set of child processes. `ueventd.cpp` in
this directory contains documentation on how the parallelization is done.

There is an option to parallelize the restorecon function during cold boot as well. This should only
be done for devices that do not use genfscon, which is the recommended method for labeling sysfs
nodes. To enable this option, use the below line in a ueventd.rc script:
There is an option to parallelize the restorecon function during cold boot as well. It is
recommended that devices use genfscon for labeling sysfs nodes. However, some devices may benefit
from enabling the parallelization option:

    parallel_restorecon enabled