Snap for 11444858 from fb4b82b87467b11d612c6f168c9ed4230c839fcf to 24Q2-release
Change-Id: Ib027a2d7883c2da7688bb75a55e3096d8c0c024d
This commit is contained in:
commit
4b316bbbff
2
gps/lsi/sepolicy/genfs_contexts
Normal file
2
gps/lsi/sepolicy/genfs_contexts
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# gps coredump node
|
||||||
|
genfscon sysfs /devices/platform/gnssif/coredump u:object_r:sysfs_gps:s0
|
@ -24,3 +24,4 @@ net_domain(gnssd);
|
|||||||
get_prop(gnssd, bootanim_system_prop)
|
get_prop(gnssd, bootanim_system_prop)
|
||||||
|
|
||||||
allow gnssd sysfs_soc:file r_file_perms;
|
allow gnssd sysfs_soc:file r_file_perms;
|
||||||
|
allow gnssd sysfs_gps:file rw_file_perms;
|
||||||
|
@ -3,6 +3,7 @@ allow hal_gnss_default gnssd:unix_stream_socket connectto;
|
|||||||
allow hal_gnss_default vendor_gps_file:dir create_dir_perms;
|
allow hal_gnss_default vendor_gps_file:dir create_dir_perms;
|
||||||
allow hal_gnss_default vendor_gps_file:file create_file_perms;
|
allow hal_gnss_default vendor_gps_file:file create_file_perms;
|
||||||
allow hal_gnss_default vendor_gps_file:fifo_file create_file_perms;
|
allow hal_gnss_default vendor_gps_file:fifo_file create_file_perms;
|
||||||
|
allow hal_gnss_default sysfs_gps:file rw_file_perms;
|
||||||
binder_call(hal_gnss_default, gnssd);
|
binder_call(hal_gnss_default, gnssd);
|
||||||
|
|
||||||
#Read GPS property
|
#Read GPS property
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
include build/make/target/product/fullmte.mk
|
include build/make/target/product/fullmte.mk
|
||||||
BOARD_KERNEL_CMDLINE += bootloader.pixel.MTE_FORCE_ON
|
BOARD_KERNEL_CMDLINE += bootloader.pixel.MTE_FORCE_ON
|
||||||
|
# TODO(b/324412910): Remove this when the stack-buffer-overflow is fixed.
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
arm64.memtag.process.android.hardware.composer.hwc3-service.pixel=off
|
Loading…
x
Reference in New Issue
Block a user