Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea928814 authored by LuK1337's avatar LuK1337
Browse files

sepolicy: qcom: Allow nfc to read and execute files in /vendor on full treble

* Required since we moved libnqp61-jcop-kit to /vendor.

Change-Id: Iab0cdc38651602a251023a527464fdc6caa8ddb7
parent 956eaedd
Loading
Loading
Loading
Loading

qcom/common/nfc.te

0 → 100644
+3 −0
Original line number Diff line number Diff line
full_treble_only(`
    allow nfc vendor_file:file rx_file_perms;
')