This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_sanders-lin…/sepolicy/vendor/wcnss_service.te

12 lines
515 B
Plaintext

# binder_call(wcnss_service, servicemanager);
set_prop(wcnss_service, wifi_prop);
get_prop(wcnss_service, diag_prop);
# allow wcnss_service toolbox_exec:file { execute getattr execute_no_trans read open };
# allow wcnss_service shell_exec:file { execute getattr execute_no_trans read open };
allowxperm wcnss_service self:udp_socket ioctl priv_sock_ioctls;
# allow wcnss_service per_mgr_service_old:service_manager find;
allow wcnss_service unlabeled:dir search;
allow wcnss_service unlabeled:file { open read };