Skip to content
Snippets Groups Projects
Commit b2547644 authored by Robert Craig's avatar Robert Craig Committed by Nick Kralevich
Browse files

Drop tegra specific label from policy.

This label was originally used for Motorola
Xoom devices. nvmap is the tegra gpu memory
manager and the various nvhost drivers are
for tegra graphics related functionality,
i.e. display serial interface, image signal
processor, or media processing stuff.

Only grouper and tilapia presently need this
policy.

Change-Id: I2a7000f69abf3185724d88d428e8237e0ca436ec
parent 8824c552
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ type log_device, dev_type, mlstrustedobject; ...@@ -25,7 +25,6 @@ type log_device, dev_type, mlstrustedobject;
type mtd_device, dev_type; type mtd_device, dev_type;
type mtp_device, dev_type, mlstrustedobject; type mtp_device, dev_type, mlstrustedobject;
type nfc_device, dev_type; type nfc_device, dev_type;
type nv_device, dev_type, mlstrustedobject;
type powervr_device, dev_type, mlstrustedobject; type powervr_device, dev_type, mlstrustedobject;
type ptmx_device, dev_type, mlstrustedobject; type ptmx_device, dev_type, mlstrustedobject;
type qemu_device, dev_type; type qemu_device, dev_type;
......
...@@ -56,7 +56,6 @@ allow domain ptmx_device:chr_file rw_file_perms; ...@@ -56,7 +56,6 @@ allow domain ptmx_device:chr_file rw_file_perms;
allow domain powervr_device:chr_file rw_file_perms; allow domain powervr_device:chr_file rw_file_perms;
allow domain log_device:dir search; allow domain log_device:dir search;
allow domain log_device:chr_file rw_file_perms; allow domain log_device:chr_file rw_file_perms;
allow domain nv_device:chr_file rw_file_perms;
allow domain alarm_device:chr_file r_file_perms; allow domain alarm_device:chr_file r_file_perms;
allow domain urandom_device:chr_file rw_file_perms; allow domain urandom_device:chr_file rw_file_perms;
allow domain random_device:chr_file rw_file_perms; allow domain random_device:chr_file rw_file_perms;
......
...@@ -69,8 +69,6 @@ ...@@ -69,8 +69,6 @@
/dev/kmsg u:object_r:kmsg_device:s0 /dev/kmsg u:object_r:kmsg_device:s0
/dev/null u:object_r:null_device:s0 /dev/null u:object_r:null_device:s0
/dev/nvhdcp1 u:object_r:video_device:s0 /dev/nvhdcp1 u:object_r:video_device:s0
/dev/nvmap u:object_r:nv_device:s0
/dev/nvhost-.* u:object_r:nv_device:s0
/dev/random u:object_r:random_device:s0 /dev/random u:object_r:random_device:s0
/dev/rpmsg-omx[0-9] u:object_r:rpmsg_device:s0 /dev/rpmsg-omx[0-9] u:object_r:rpmsg_device:s0
/dev/rproc_user u:object_r:rpmsg_device:s0 /dev/rproc_user u:object_r:rpmsg_device:s0
......
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