Remove /dev/log/* access
The kernel driver has been deprecated by the new userspace driver. Don't continue to allow access to the old driver. Maintain the labeling on /dev/log/* for now, just in case. Bug: 13505761 Change-Id: Ibf8ef3af6274ede4262aada9222eaf63f63307b4
This commit is contained in:
parent
e7d136738f
commit
a10bfd881e
1 changed files with 0 additions and 2 deletions
|
@ -84,8 +84,6 @@ allow domain zero_device:chr_file rw_file_perms;
|
|||
allow domain ashmem_device:chr_file rw_file_perms;
|
||||
allow domain binder_device:chr_file rw_file_perms;
|
||||
allow domain ptmx_device:chr_file rw_file_perms;
|
||||
allow domain log_device:dir search;
|
||||
allow domain log_device:chr_file rw_file_perms;
|
||||
allow domain alarm_device:chr_file r_file_perms;
|
||||
allow domain urandom_device:chr_file rw_file_perms;
|
||||
allow domain random_device:chr_file rw_file_perms;
|
||||
|
|
Loading…
Reference in a new issue