Skip to content
Snippets Groups Projects
Commit 53a07637 authored by Dario Freni's avatar Dario Freni
Browse files

Add a rule for /product-services partition.

Like /system and /product, /product-services will contain apps that
should have the same privileges as the one in other system partitions.

Bug: 80741439
Test: successfully tested e2e on two devices, one with
/product-services partition and another with /product-services
symlinking to -> /system/product-services
Change-Id: Ieee7a9a7641a178f44bb406dbdef39ed46713899
parent 2c489685
No related branches found
No related tags found
No related merge requests found
......@@ -352,7 +352,12 @@
#############################
# Product files
#
/(product|system/product)(/.*)? u:object_r:system_file:s0
/(product|system/product)(/.*)? u:object_r:system_file:s0
#############################
# Product-Services files
#
/(product-services|system/product-services)(/.*)? u:object_r:system_file:s0
#############################
# Data files
......
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