Remove permission for APEX manifest.
There is no real need to access the manifest.json (which is being renamed in other CLs anyway). So remove the access to it. Bug: 119672727 Test: m, installed on device, boots. Change-Id: I2d82062031da36f871b2a64d97a50a6f1e6fc3dd
This commit is contained in:
parent
d1b18a797e
commit
4df603a038
6 changed files with 4 additions and 19 deletions
|
@ -1,3 +1,2 @@
|
|||
/manifest\.json u:object_r:system_file:s0
|
||||
(/.*)? u:object_r:system_file:s0
|
||||
/bin/surfaceflinger u:object_r:surfaceflinger_exec:s0
|
||||
(/.*)? u:object_r:system_file:s0
|
||||
/bin/surfaceflinger u:object_r:surfaceflinger_exec:s0
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
(/.*)? u:object_r:system_file:s0
|
||||
/manifest\.json u:object_r:system_file:s0
|
||||
/lib(64)?(/.*) u:object_r:system_lib_file:s0
|
||||
/lib(64)?(/.*) u:object_r:system_lib_file:s0
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
(/.*)? u:object_r:system_file:s0
|
||||
/manifest\.json u:object_r:system_file:s0
|
||||
/lib(64)?(/.*) u:object_r:system_lib_file:s0
|
||||
/lib(64)?(/.*) u:object_r:system_lib_file:s0
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#############################
|
||||
# APEX module manifest.
|
||||
#
|
||||
/manifest\.json u:object_r:system_file:s0
|
||||
|
||||
#############################
|
||||
# System files
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#############################
|
||||
# APEX module manifest.
|
||||
#
|
||||
/manifest\.json u:object_r:system_file:s0
|
||||
|
||||
#############################
|
||||
# System files
|
||||
#
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/manifest\.json u:object_r:system_file:s0
|
||||
|
||||
(/.*)? u:object_r:system_file:s0
|
||||
/etc(/.*)? u:object_r:system_zoneinfo_file:s0
|
||||
|
||||
|
|
Loading…
Reference in a new issue