Skip to content
Snippets Groups Projects
Commit e9ae7735 authored by Bowgo Tsai's avatar Bowgo Tsai
Browse files

Switch file context of odm(/.*) to vendor_file

/odm partition is the extension of /vendor partition, so we should not
use system_file for it. Currently there is no ABI between vendor and
odm. We can use 'odm_file' when needed in the future.

Bug: 64240127
Test: boot a device
Change-Id: I4e8300d597aeeba60a255c8d114a54b24bc39470
parent 87dd195b
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@
#############################
# OEM and ODM files
#
/odm(/.*)? u:object_r:system_file:s0
/odm(/.*)? u:object_r:vendor_file:s0
/oem(/.*)? u:object_r:oemfs:s0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment