Merge "DiagnosticsTool permissions for accessing touch calibration interface" into udc-qpr-dev am: 8b350cc57d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky-sepolicy/+/24813119 Change-Id: Id1fdba7bbc23db1783c6b856fed5d1d9e7091e1c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
bcb0118d1c
4 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# sepolicy exclusively for husky.
|
||||
BOARD_SEPOLICY_DIRS += device/google/shusky-sepolicy/husky
|
||||
|
||||
# unresolved SELinux error log with bug tracking
|
||||
BOARD_SEPOLICY_DIRS += device/google/shusky-sepolicy/tracking_denials
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# sepolicy exclusively for shiba.
|
||||
BOARD_SEPOLICY_DIRS += device/google/shusky-sepolicy/shiba
|
||||
|
||||
# unresolved SELinux error log with bug tracking
|
||||
BOARD_SEPOLICY_DIRS += device/google/shusky-sepolicy/tracking_denials
|
||||
|
|
2
tracking_denials/file.te
Normal file
2
tracking_denials/file.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
# b/301300623
|
||||
typeattribute sysfs_touch_gti mlstrustedobject;
|
4
tracking_denials/priv_app.te
Normal file
4
tracking_denials/priv_app.te
Normal file
|
@ -0,0 +1,4 @@
|
|||
# b/301300623
|
||||
allow priv_app app_api_service:service_manager find;
|
||||
allow priv_app sysfs_touch_gti:file rw_file_perms;
|
||||
allow priv_app sysfs_touch_gti:file { getattr open read write };
|
Loading…
Add table
Add a link
Reference in a new issue