From bb159ad483168804d43ac1b58606d5da736ea65d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 8 Feb 2021 22:28:23 -0800 Subject: [PATCH] Relax the language around parallel_restorecon. Bug: 179702321 Change-Id: I030c861d1e676bca63a25317a509fcd2438b664e --- init/README.ueventd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init/README.ueventd.md b/init/README.ueventd.md index 2a7662060..3ffca882a 100644 --- a/init/README.ueventd.md +++ b/init/README.ueventd.md @@ -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