Skip to content
Snippets Groups Projects
Commit a90cae8c authored by Jaekyun Seok's avatar Jaekyun Seok
Browse files

Add a default rule for /product files

Since /product is an extension of /system, its file contexts should be
consistent with ones of /system.

Bug: 64195575
Test: tested installing a RRO, apps, priv-apps and permissions
Change-Id: I7560aaaed852ba07ebe1eb23b303301481c897f2
parent d312b5fd
No related branches found
No related tags found
No related merge requests found
......@@ -324,6 +324,11 @@
/oem(/.*)? u:object_r:oemfs:s0
#############################
# Product files
#
/(product|system/product)(/.*)? 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