diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-07 18:55:56 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-07 18:59:17 +0200 |
commit | 12ea068d9498ec1c5534fcf220849384b4d37e31 (patch) | |
tree | beefb7818669d19e926f609fc755af8814f8caab /sepolicy/file_contexts | |
parent | 16812cf440776c7f434e8a97e7a6f3584107f688 (diff) |
msm8996-common: sepolicy: Add context for our vendor partition.
Diffstat (limited to 'sepolicy/file_contexts')
-rw-r--r-- | sepolicy/file_contexts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 87c04a0..681e831 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -26,6 +26,9 @@ /persist/rfs(/.*)? u:object_r:rfs_file:s0 /persist/sensors/gyro_sensitity_cal u:object_r:sensors_persist_file:s0 +# vendor (/factory mounted as /vendor) +/dev/block/platform/soc/(624000\.ufshc|7464900\.sdhci)/by-name/factory u:object_r:system_block_device:s0 + # readmac /vendor/bin/readmac u:object_r:readmac_exec:s0 |