Revert "Move sepolicy files from hardware/google/pixel-sepolicy."
Revert submission 26288713-twoshay-sepolicy-24 Reason for revert: DroidMonitor: Potential culprit for b/327235315 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Reverted changes: /q/submissionid:26288713-twoshay-sepolicy-24 Bug: 327235315 Change-Id: I3529a6bc329b38f9a6b5a21c5d7c809636076eb5
This commit is contained in:
parent
57384abb7e
commit
e2ec91ccbd
10 changed files with 0 additions and 49 deletions
|
@ -1 +0,0 @@
|
|||
type touch_offload_device, dev_type;
|
|
@ -1,2 +0,0 @@
|
|||
allow dumpstate touch_context_service:service_manager find;
|
||||
binder_call(dumpstate, twoshay)
|
|
@ -1,2 +0,0 @@
|
|||
/dev/touch_offload u:object_r:touch_offload_device:s0
|
||||
/vendor/bin/twoshay u:object_r:twoshay_exec:s0
|
|
@ -1,2 +0,0 @@
|
|||
allow hal_dumpstate_default touch_context_service:service_manager find;
|
||||
binder_call(hal_dumpstate_default, twoshay)
|
|
@ -1,4 +0,0 @@
|
|||
allow platform_app gril_antenna_tuning_service:service_manager find;
|
||||
allow platform_app screen_protector_detector_service:service_manager find;
|
||||
allow platform_app touch_context_service:service_manager find;
|
||||
binder_call(platform_app, twoshay)
|
|
@ -1,3 +0,0 @@
|
|||
type gril_antenna_tuning_service, service_manager_type, hal_service_type;
|
||||
type screen_protector_detector_service, service_manager_type, hal_service_type;
|
||||
type touch_context_service, service_manager_type, hal_service_type;
|
|
@ -1,3 +0,0 @@
|
|||
com.google.input.ITouchContextService/default u:object_r:touch_context_service:s0
|
||||
com.google.input.algos.gril.IGrilAntennaTuningService/default u:object_r:gril_antenna_tuning_service:s0
|
||||
com.google.input.algos.spd.IScreenProtectorDetectorService/default u:object_r:screen_protector_detector_service:s0
|
|
@ -1,2 +0,0 @@
|
|||
/vendor/bin/hw/android\.hardware\.input\.processor-reflector u:object_r:hal_input_processor_default_exec:s0
|
||||
/vendor/bin/twoshay_touchflow u:object_r:twoshay_exec:s0
|
|
@ -1,27 +0,0 @@
|
|||
type twoshay, domain;
|
||||
type twoshay_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
init_daemon_domain(twoshay)
|
||||
|
||||
allow twoshay touch_offload_device:chr_file rw_file_perms;
|
||||
allow twoshay twoshay:capability sys_nice;
|
||||
|
||||
binder_use(twoshay)
|
||||
add_service(twoshay, gril_antenna_tuning_service)
|
||||
add_service(twoshay, screen_protector_detector_service)
|
||||
add_service(twoshay, touch_context_service)
|
||||
|
||||
binder_call(twoshay, platform_app)
|
||||
|
||||
allow twoshay fwk_stats_service:service_manager find;
|
||||
binder_call(twoshay, stats_service_server)
|
||||
|
||||
# Allow dumpsys output in bugreports.
|
||||
allow twoshay dumpstate:fd use;
|
||||
allow twoshay dumpstate:fifo_file write;
|
||||
|
||||
# b/198755236
|
||||
dontaudit twoshay twoshay:capability dac_override;
|
||||
|
||||
# b/226830650
|
||||
dontaudit twoshay boot_status_prop:file read;
|
|
@ -1,3 +0,0 @@
|
|||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/touch/twoshay/sepolicy
|
||||
PRODUCT_PACKAGES += twoshay
|
||||
PRODUCT_SOONG_NAMESPACES += vendor/google/input/twoshay
|
Loading…
Add table
Add a link
Reference in a new issue