sanders: sepol: update sepolicy

-ref: https://github.com/crdroidandroid/android_device_motorola_sanders/tree/10.0-20200126

Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
ronaxdevil
2020-03-26 10:26:49 +05:30
committed by ArmSM
parent e4a48bc271
commit 63a775260b
79 changed files with 399 additions and 267 deletions

View File

@@ -1,6 +1,6 @@
#get_prop(hal_gnss_qti, diag_prop);
#allow hal_gnss_qti debug_prop:file read;
#allow hal_gnss_qti property_socket:sock_file write;
get_prop(hal_gnss_qti, diag_prop);
allow hal_gnss_qti debug_prop:file read;
allow hal_gnss_qti property_socket:sock_file write;
# Most HALs are not allowed to use network sockets. Qcom library
# libqdi is used across multiple processes which are clients of
@@ -14,4 +14,5 @@
# libqdi and have all its clients use netlink route
# sockets.
# Taken from device/google/wahoo
#dontaudit hal_gnss_qti self:udp_socket create;
dontaudit hal_gnss_qti self:udp_socket create;
allow hal_gnss_qti sysfs:file read;