Merge "Allow telephony to access the file descriptor of the priv_apps tcp_socket" into sc-dev am: 1c130a7e1d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14950196 Change-Id: Ic723bb2542a94bb3c86d315a89f415eb962f6c39
This commit is contained in:
commit
40c2dd6b2e
1 changed files with 4 additions and 0 deletions
4
whitechapel/vendor/google/radio.te
vendored
4
whitechapel/vendor/google/radio.te
vendored
|
@ -1,3 +1,7 @@
|
||||||
allow radio hal_exynos_rild_hwservice:hwservice_manager find;
|
allow radio hal_exynos_rild_hwservice:hwservice_manager find;
|
||||||
allow radio sysfs_vendor_sched:dir r_dir_perms;
|
allow radio sysfs_vendor_sched:dir r_dir_perms;
|
||||||
allow radio sysfs_vendor_sched:file w_file_perms;
|
allow radio sysfs_vendor_sched:file w_file_perms;
|
||||||
|
|
||||||
|
# Allow telephony to access file descriptor of the QOS socket
|
||||||
|
# so it can make sure the QOS is meant for the intended addresses
|
||||||
|
allow radio priv_app:tcp_socket { read write };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue