diff options
author | Demon Singur <demonsingur@gmail.com> | 2018-09-18 07:59:01 +0000 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-09-25 15:22:21 +0200 |
commit | c9c3d70a4614afc61787edc093ca5fec06ba77eb (patch) | |
tree | 792485f72b79b75e2966390603bc2ad9aafb8ff2 /sepolicy/file_contexts | |
parent | 429f58cea5db932114a5a0282b7b98a78a784ab5 (diff) |
msm8996-common: sepolicy: label old cne data file
Change-Id: Id4b05f402da939a3add6be254666132744133c20
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 e92b776..3cfbac4 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -1,6 +1,9 @@ # Partitions /dev/block/platform/soc/(624000\.ufshc|7464900\.sdhci)/by-name/persist u:object_r:persist_block_device:s0 +# CNE +/data/connectivity(/.*)? u:object_r:cnd_data_file:s0 + # Devices /dev/fpc1020 u:object_r:fpc1020_device:s0 /dev/tfa9890 u:object_r:audio_device:s0 |