Merge "WLC: cleanup the unused hal_wlc policies"

This commit is contained in:
Ken Yang 2023-02-20 04:21:11 +00:00 committed by Android (Google) Code Review
commit dd3eaa4dce
6 changed files with 0 additions and 34 deletions

View file

@ -1,21 +0,0 @@
# b/260366297
dontaudit hal_wlc sysfs:file { getattr };
dontaudit hal_wlc sysfs:file { open };
dontaudit hal_wlc sysfs:file { read };
dontaudit hal_wlc sysfs:file { write };
# b/262455719
dontaudit hal_wlc hal_wlc:netlink_kobject_uevent_socket { bind };
dontaudit hal_wlc hal_wlc:netlink_kobject_uevent_socket { create };
dontaudit hal_wlc hal_wlc:netlink_kobject_uevent_socket { getopt };
dontaudit hal_wlc hal_wlc:netlink_kobject_uevent_socket { read };
dontaudit hal_wlc hal_wlc:netlink_kobject_uevent_socket { setopt };
dontaudit hal_wlc hwservicemanager:binder { call };
dontaudit hal_wlc hwservicemanager:binder { transfer };
dontaudit hal_wlc hwservicemanager_prop:file { getattr };
dontaudit hal_wlc hwservicemanager_prop:file { map };
dontaudit hal_wlc hwservicemanager_prop:file { open };
dontaudit hal_wlc hwservicemanager_prop:file { read };
# b/264489562
userdebug_or_eng(`
permissive hal_wlc;
')

View file

@ -1,6 +1,3 @@
# b/260363384
dontaudit system_app hal_wlc:binder { call };
dontaudit system_app hal_wlc_hwservice:hwservice_manager { find };
# b/260768379
dontaudit system_app default_android_service:service_manager { find };
dontaudit system_app vendor_default_prop:file { open };