Merge "Sepolicy: Fix avc denial seen during boot up." into sepolicy.lnx.12.0.c2

This commit is contained in:
Linux Build Service Account 2021-10-29 10:57:01 -07:00 committed by Gerrit - the friendly Code Review server
commit f5b11b7887
2 changed files with 3 additions and 0 deletions

View file

@ -48,3 +48,5 @@ allow tlocd self:{ socket qipcrtr_socket } create_socket_perms;
allowxperm tlocd self:{ socket qipcrtr_socket } ioctl msm_sock_ipc_ioctls;
allow tlocd ion_device:chr_file rw_file_perms;
allow tlocd location_data_file:dir search;

View file

@ -75,6 +75,7 @@ allow wcnss_service vfat:file create_file_perms;
allow wcnss_service sdcardfs:dir create_dir_perms;
allow wcnss_service sdcardfs:file create_file_perms;
allow wcnss_service mnt_vendor_file:file rw_file_perms;
allow wcnss_service kmsg_device:chr_file { write open };
# This is needed for ptt_socket app to write logs file collected to sdcard
r_dir_file(wcnss_service, proc_wifi_dbg)