modem_svc_sit: fix avc error am: ae6f085676
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17314904 Change-Id: I3ae7e26013ec250818fee64adedf5e0b568e50c7
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
# Data
|
||||
/data/vendor/slog(/.*)? u:object_r:vendor_slog_file:s0
|
||||
/data/vendor/radio(/.*)? u:object_r:radio_vendor_data_file:s0
|
||||
/data/vendor/modem_stat/debug\.txt u:object_r:modem_stat_data_file:s0
|
||||
/data/vendor/modem_stat(/.*)? u:object_r:modem_stat_data_file:s0
|
||||
/data/vendor/log(/.*)? u:object_r:vendor_log_file:s0
|
||||
/data/vendor/log/rfsd(/.*)? u:object_r:vendor_rfsd_log_file:s0
|
||||
/data/vendor/rild(/.*)? u:object_r:rild_vendor_data_file:s0
|
||||
|
||||
@@ -11,6 +11,7 @@ allow modem_svc_sit radio_device:chr_file rw_file_perms;
|
||||
# Grant vendor radio and modem file/dir creation permission
|
||||
allow modem_svc_sit radio_vendor_data_file:dir create_dir_perms;
|
||||
allow modem_svc_sit radio_vendor_data_file:file create_file_perms;
|
||||
allow modem_svc_sit modem_stat_data_file:dir create_dir_perms;
|
||||
allow modem_svc_sit modem_stat_data_file:file create_file_perms;
|
||||
|
||||
allow modem_svc_sit mnt_vendor_file:dir search;
|
||||
|
||||
Reference in New Issue
Block a user