sepolicy: add rs_exec permissions to org.codeaurora.snapcam
Bug: 123050471 Change-Id: I6bbd8b89b494b8529060eb33a8b8ce79c7cecf7c
This commit is contained in:
parent
c02d1b31ae
commit
4e58a85d79
1 changed files with 5 additions and 0 deletions
5
generic/vendor/common/priv_app.te
vendored
5
generic/vendor/common/priv_app.te
vendored
|
@ -26,3 +26,8 @@
|
|||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
hal_client_domain(priv_app, hal_perf)
|
||||
|
||||
# TODO(b/123050471): this grants renderscript exec permissions to the
|
||||
# priv_app domain
|
||||
allow priv_app rs_exec:file rx_file_perms;
|
||||
|
||||
|
|
Loading…
Reference in a new issue