Snap for 11648291 from cd05e58009
to 24Q3-release
Change-Id: Ia5c5f5f58531c9b2fa3ab5565c5977e6091b0589
This commit is contained in:
commit
8cebcfd988
4 changed files with 4 additions and 8 deletions
|
@ -1 +0,0 @@
|
|||
type sysfs_modem_state, sysfs_type, fs_type;
|
|
@ -12,10 +12,3 @@ allow hal_gnss_pixel sysfs_modem_state:file r_file_perms;
|
|||
|
||||
#Toggle coredump node
|
||||
allow hal_gnss_pixel sysfs_gps:file rw_file_perms;
|
||||
|
||||
# Allow access to CHRE multiclient HAL.
|
||||
get_prop(hal_gnss_pixel, vendor_chre_hal_prop)
|
||||
|
||||
# Allow binder to CHRE.
|
||||
binder_call(hal_gnss_pixel, hal_contexthub_default)
|
||||
allow hal_gnss_pixel hal_contexthub_service:service_manager find;
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Data
|
||||
type tcpdump_vendor_data_file, file_type, data_file_type;
|
||||
|
||||
# Modem
|
||||
type sysfs_modem_state, sysfs_type, fs_type;
|
||||
|
||||
userdebug_or_eng(`
|
||||
typeattribute tcpdump_vendor_data_file mlstrustedobject;
|
||||
')
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
# modem state node
|
||||
genfscon sysfs /devices/platform/cpif/modem_state u:object_r:sysfs_modem_state:s0
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue