Skip to content
Snippets Groups Projects
Commit d7be122e authored by Robert Craig's avatar Robert Craig Committed by Android Git Automerger
Browse files

am 08ca8ad6: am 84c46de5: Remove unneeded device type.

* commit '08ca8ad6':
  Remove unneeded device type.
parents 6a4391db 08ca8ad6
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ type random_device, dev_type;
type sensors_device, dev_type;
type serial_device, dev_type;
type socket_device, dev_type;
type timerirq_device, dev_type;
type tty_device, dev_type;
type urandom_device, dev_type;
type video_device, dev_type;
......
......@@ -229,5 +229,5 @@ allow system cache_backup_file:dir { relabelto relabelfrom create_dir_perms };
allow system usb_device:chr_file rw_file_perms;
allow system usb_device:dir r_dir_perms;
# Allow system to talk to sensors and timer irq
allow system { sensors_device timerirq_device }:chr_file rw_file_perms;
# Allow system to talk to sensors
allow system sensors_device:chr_file rw_file_perms;
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