diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-02-03 21:32:15 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-02-06 13:56:15 +0100 |
commit | ebadfdde778dc77d979df9b3178d190ae93ccfbc (patch) | |
tree | 9bebe62d85452fcca6a0cb543fe44c3c87dac1ce /sepolicy/file_contexts | |
parent | 61195c01b666bf3a8cae3f63a1c474bf8a257d65 (diff) |
msm8996-common: sepolicy: Nuke the neverallows
* Also fix other general sepolicy errors after stopping to ignore the neverallows
Change-Id: I1af3d9f57a0ca6e37420094a53f1c52127f3e187
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'sepolicy/file_contexts')
-rw-r--r-- | sepolicy/file_contexts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 9d75a23..215c5f1 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -1,9 +1,6 @@ # 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 @@ -12,7 +9,6 @@ # Data files /data/fpc(/.*)? u:object_r:fpc_data_file:s0 /data/decrypt\.txt u:object_r:thermal_data_file:s0 -/data/misc/stargate(/.*)? u:object_r:qfp-daemon_data_file:s0 # Binaries /vendor/bin/readmac u:object_r:readmac_exec:s0 |