Merge "Relax the language around parallel_restorecon."

This commit is contained in:
Treehugger Robot 2021-02-09 08:32:24 +00:00 committed by Gerrit Code Review
commit cb9e1decf0

View file

@ -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 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. 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 There is an option to parallelize the restorecon function during cold boot as well. It is
be done for devices that do not use genfscon, which is the recommended method for labeling sysfs recommended that devices use genfscon for labeling sysfs nodes. However, some devices may benefit
nodes. To enable this option, use the below line in a ueventd.rc script: from enabling the parallelization option:
parallel_restorecon enabled parallel_restorecon enabled