diff options
-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 |