Move non-treble devices to split file_contexts
am: 6ef44cbece
Change-Id: Ia60185a553c4240b5e3b592af91ef6f57aa6a3ef
This commit is contained in:
commit
fc9e362950
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ static const struct selinux_opt seopts_file_split[] = {
|
|||
};
|
||||
|
||||
static const struct selinux_opt seopts_file_rootfs[] = {
|
||||
{ SELABEL_OPT_PATH, "/file_contexts.bin" }
|
||||
{ SELABEL_OPT_PATH, "/plat_file_contexts" },
|
||||
{ SELABEL_OPT_PATH, "/nonplat_file_contexts" }
|
||||
};
|
||||
|
||||
static const char *const sepolicy_file = "/sepolicy";
|
||||
|
|
Loading…
Reference in a new issue