add /odm to file_contexts
/odm has the same permissions as /system/... for devices with a separate odm partition Bug: 19609718 Change-Id: I6dd83d43c5fd8682248e79d11b0ca676030eadf0
This commit is contained in:
parent
eac1011eaf
commit
d2522cb396
1 changed files with 6 additions and 0 deletions
|
@ -177,6 +177,12 @@
|
|||
#
|
||||
/vendor(/.*)? u:object_r:system_file:s0
|
||||
/vendor/bin/gpsd u:object_r:gpsd_exec:s0
|
||||
|
||||
#############################
|
||||
# ODM files
|
||||
#
|
||||
/odm(/.*)? u:object_r:system_file:s0
|
||||
|
||||
#############################
|
||||
# Data files
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue