mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 15:09:54 +00:00
Merge "Remove dumpstate HAL's access to radio app data"
am: dc08a47024
Change-Id: I2ead3b84bf4e792a2791ba0877c338f4e07b61eb
This commit is contained in:
2
sepolicy/vendor/hal_dumpstate_impl.te
vendored
2
sepolicy/vendor/hal_dumpstate_impl.te
vendored
@@ -13,10 +13,8 @@ userdebug_or_eng(`
|
||||
domain_auto_trans(hal_dumpstate_impl, smlog_dump_exec, smlog_dump)
|
||||
allow hal_dumpstate_impl modem_dump_file:dir create_dir_perms;
|
||||
allow hal_dumpstate_impl modem_dump_file:file create_file_perms;
|
||||
allow hal_dumpstate_impl radio_data_file:dir r_dir_perms;
|
||||
allow hal_dumpstate_impl radio_vendor_data_file:dir r_dir_perms;
|
||||
allow hal_dumpstate_impl netmgr_data_file:dir r_dir_perms;
|
||||
allow hal_dumpstate_impl radio_data_file:file r_file_perms;
|
||||
allow hal_dumpstate_impl radio_vendor_data_file:file r_file_perms;
|
||||
allow hal_dumpstate_impl netmgr_data_file:file r_file_perms;
|
||||
allow hal_dumpstate_impl debugfs_ipc:dir r_dir_perms;
|
||||
|
||||
Reference in New Issue
Block a user