Skip to content
Snippets Groups Projects
Commit 125051e6 authored by Steve Kondik's avatar Steve Kondik
Browse files

Add sepolicy for gpu_device

 * Not needed on QCOMs, but RK needs this.

Change-Id: Ieb8f17dfd966db3a694120cdade9e2913b3ca0a5
parent 6d4100aa
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,6 @@ binder_call(surfaceflinger, vncflinger);
# socket
allow vncflinger rootfs:lnk_file getattr;
# gpu access (needed on rk)
allow vncflinger gpu_device:chr_file { ioctl open read write };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment