Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
device_xiaomi_sm8350-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LMODroid-Devices
device_xiaomi_sm8350-common
Commits
6f2ec9d6
Commit
6f2ec9d6
authored
1 year ago
by
FlowerSea0208
Committed by
Flower sea
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
sm8350-common: sepolicy: Add fod_press_status rules
Change-Id: I60d18f2c9ab2f3b7da5c80d9a2b21236dae3d36e
parent
bc476fba
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sepolicy/vendor/file_contexts
+1
-0
1 addition, 0 deletions
sepolicy/vendor/file_contexts
sepolicy/vendor/hal_sensors_default.te
+1
-0
1 addition, 0 deletions
sepolicy/vendor/hal_sensors_default.te
with
2 additions
and
0 deletions
sepolicy/vendor/file_contexts
+
1
−
0
View file @
6f2ec9d6
...
...
@@ -60,6 +60,7 @@
/sys/devices/platform/soc/soc:qcom,dsi-display-primary/fod_hbm u:object_r:vendor_sysfs_udfps:s0
/sys/devices/platform/soc/soc:qcom,dsi-display-primary/fod_ui u:object_r:vendor_sysfs_udfps:s0
/sys/devices/virtual/touch/tp_dev/fod_status u:object_r:vendor_sysfs_udfps:s0
/sys/devices/virtual/touch/touch_dev/fod_press_status u:object_r:vendor_sysfs_udfps:s0
# Thermal
/data/vendor/thermal(/.*)? u:object_r:thermal_data_file:s0
...
...
This diff is collapsed.
Click to expand it.
sepolicy/vendor/hal_sensors_default.te
+
1
−
0
View file @
6f2ec9d6
...
...
@@ -7,6 +7,7 @@ allow hal_sensors_default hal_audio_default:unix_stream_socket connectto;
allow hal_sensors_default iio_device:chr_file r_file_perms;
allow hal_sensors_default vendor_sysfs_iio:dir r_dir_perms;
allow hal_sensors_default vendor_sysfs_iio:file rw_file_perms;
allow hal_sensors_default vendor_sysfs_udfps:file rw_file_perms;
hal_client_domain(hal_sensors_default, hal_audio)
allow hal_sensors_default hal_audio_hwservice:hwservice_manager find;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment