diff options
| author | Ethan Chen <intervigil@gmail.com> | 2015-08-19 15:08:05 -0700 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2015-08-19 15:08:18 -0700 |
| commit | f8dc087527c3b3707b3c6f13bf5d3183bb04b714 (patch) | |
| tree | c120d25e030f4319dde4117659c063de95259fa0 | |
| parent | a8fc1cb0889e40e0c216421bee74fdcd9bcd63f0 (diff) | |
i9500: Address NFC policy failure
Change-Id: I0530ccc7387051bedc382459ddc70724952a55fd
| -rw-r--r-- | sepolicy/file_contexts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index b8562ad..cce4a21 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -21,6 +21,7 @@ # NFC /dev/bcm2079x u:object_r:nfc_device:s0 +/data/bcmnfc(/.*)? u:object_r:nfc_data_file:s0 # Radio /dev/block/platform/dw_mmc.0/by-name/EFS u:object_r:radio_block_device:s0 |
