Commit 1a041829 authored by Adam Lawson's avatar Adam Lawson
Browse files

nicky: sepolicy: Fix some denials

parent 82fd1cb7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
allow adsprpcd proc:file { getattr open read };
allow adsprpcd sysfs:file read;
+2 −1
Original line number Diff line number Diff line
allow hal_wifi_default persist_vendor_debug_wifi_prop:file { read open getattr };
allow hal_wifi_default vendor_default_prop:property_service set;
allow hal_wifi_default proc_net:file write;
+2 −1
Original line number Diff line number Diff line
allow kernel self:socket create;
allow kernel proc:file read;
+1 −1
Original line number Diff line number Diff line
allow lmkd vendor_default_prop:file { read open };
 No newline at end of file
allow lmkd vendor_default_prop:file { read open getattr };
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
allow mediacodec vendor_audio_prop:file { read open };
 No newline at end of file
allow mediacodec vendor_audio_prop:file { read open getattr };
 No newline at end of file
Loading