Hint what FBE means in details.md

This commit is contained in:
Shahmi Saidi 2018-10-28 11:22:25 +08:00 committed by John Wu
parent 79e5b54ec7
commit 40d4683de1
1 changed files with 1 additions and 1 deletions

View File

@ -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):