From 40d4683de145e802c7c161f4b10168f71151c518 Mon Sep 17 00:00:00 2001 From: Shahmi Saidi Date: Sun, 28 Oct 2018 11:22:25 +0800 Subject: [PATCH] Hint what FBE means in details.md --- docs/details.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/details.md b/docs/details.md index 48139385f..ff5c0cf6f 100644 --- a/docs/details.md +++ b/docs/details.md @@ -46,7 +46,7 @@ Some binaries and files should be stored on non-volatile storages in `/data`. In - It is an existing folder on modern Android, so it cannot be used as an indication of the existence of Magisk. - The permission of the folder is by default `700`, owner as `root`, so non-root processes are unable to enter, read, write the folder in any possible way. - The folder is labeled with secontext `u:object_r:adb_data_file:s0`, and very few processes have the permission to do any interaction with that secontext. -- The folder is located in *Device encrypted storage*, so it is accessible as soon as data is properly mounted in FBE devices. +- The folder is located in *Device encrypted storage*, so it is accessible as soon as data is properly mounted in FBE (File-Based Encryption) devices. There are some drawbacks though (only applies to FBE setups):