Skip to content
Snippets Groups Projects
Commit 916623a2 authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by Android (Google) Code Review
Browse files

Merge "Re-introduce camera_device type" into nyc-dev

parents 7b8413db cc8a09f5
No related branches found
No related tags found
No related merge requests found
...@@ -279,11 +279,12 @@ neverallow appdomain dev_type:blk_file { read write }; ...@@ -279,11 +279,12 @@ neverallow appdomain dev_type:blk_file { read write };
# Access to any of the following character devices. # Access to any of the following character devices.
neverallow appdomain { neverallow appdomain {
audio_device audio_device
video_device camera_device
dm_device dm_device
radio_device
gps_device gps_device
radio_device
rpmsg_device rpmsg_device
video_device
}:chr_file { read write }; }:chr_file { read write };
# Note: Try expanding list of app domains in the future. # Note: Try expanding list of app domains in the future.
......
...@@ -6,6 +6,7 @@ type ashmem_device, dev_type, mlstrustedobject; ...@@ -6,6 +6,7 @@ type ashmem_device, dev_type, mlstrustedobject;
type audio_device, dev_type; type audio_device, dev_type;
type binder_device, dev_type, mlstrustedobject; type binder_device, dev_type, mlstrustedobject;
type block_device, dev_type; type block_device, dev_type;
type camera_device, dev_type;
type dm_device, dev_type; type dm_device, dev_type;
type loop_device, dev_type; type loop_device, dev_type;
type pmsg_device, dev_type, mlstrustedobject; type pmsg_device, dev_type, mlstrustedobject;
......
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