From 6730c591ad28eeeb9bee7ff8300241af114e0f5b Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep <jeffv@google.com> Date: Fri, 15 Jan 2016 12:31:49 -0800 Subject: [PATCH] camera_device: remove type camera_device didn't really offer much in terms of control considering that most domains that need camera_device, also need video_device and vice versa. Thus, drop camera_device from the policy. Change-Id: If438610ac6998399719ab375210c023320d0b7ed --- audioserver.te | 1 - 1 file changed, 1 deletion(-) diff --git a/audioserver.te b/audioserver.te index 61cb382a8..4f8eb7e73 100644 --- a/audioserver.te +++ b/audioserver.te @@ -48,7 +48,6 @@ allow audioserver radio_data_file:file { read getattr }; allow audioserver { appdomain autoplay_app }:fifo_file { getattr read write }; # Access camera device. -allow audioserver camera_device:chr_file rw_file_perms; allow audioserver rpmsg_device:chr_file rw_file_perms; # Inter System processes communicate over named pipe (FIFO) -- GitLab