Commit 50941d10 authored by Adam Lawson's avatar Adam Lawson
Browse files

nicky: Fix some denials

parent 8b7d6052
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
allow adsprpcd proc:file { getattr open read };
allow adsprpcd sysfs:file read;
allow adsprpcd sysfs:file { read open getattr };
+1 −0
Original line number Diff line number Diff line
allow hal_audio_default default_prop:file { read open };
allow hal_audio_default vendor_bluetooth_prop:file { read open getattr };
+1 −0
Original line number Diff line number Diff line
allow hal_drm_widevine device:chr_file { read write ioctl open };
+1 −0
Original line number Diff line number Diff line
allow hal_neuralnetworks_default default_prop:file { read getattr open };
+1 −0
Original line number Diff line number Diff line
allow hal_usb_default vendor_usb_prop:file read;
Loading