Merge "Improve the formatting for init's README." am: 57c1a4e308 am: 3a2405ca6b am: a2da0f0d69

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

Change-Id: I6b8434a2ed3b5256b7f845ef2912c4e25c6b41d2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-04-07 02:29:20 +00:00 committed by Automerger Merge Worker
commit 600a2ee508

View file

@ -642,17 +642,17 @@ provides the `aidl_lazy_test_1` interface.
the current SELinux policy or its parent if not specified in the policy. If
the directory exists, its security context will not be changed (even if
different from the policy).
> _action_ can be one of:
* `None`: take no encryption action; directory will be encrypted if parent is.
* `Require`: encrypt directory, abort boot process if encryption fails
* `Attempt`: try to set an encryption policy, but continue if it fails
* `DeleteIfNecessary`: recursively delete directory if necessary to set
encryption policy.
> _key_ can be one of:
* `ref`: use the systemwide DE key
* `per_boot_ref`: use the key freshly generated on each boot.
>
> _action_ can be one of:
> * `None`: take no encryption action; directory will be encrypted if parent is.
> * `Require`: encrypt directory, abort boot process if encryption fails
> * `Attempt`: try to set an encryption policy, but continue if it fails
> * `DeleteIfNecessary`: recursively delete directory if necessary to set
> encryption policy.
>
> _key_ can be one of:
> * `ref`: use the systemwide DE key
> * `per_boot_ref`: use the key freshly generated on each boot.
`mount_all [ <fstab> ] [--<option>]`
> Calls fs\_mgr\_mount\_all on the given fs\_mgr-format fstab with optional