Skip to content

Commit

Permalink
Fixed some denials
Browse files Browse the repository at this point in the history
  • Loading branch information
SissioMisio committed Feb 4, 2024
1 parent 6fee071 commit d3be1b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sepolicy/vendor/system_app.te
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#============= system_app ==============
binder_call(system_app, hal_power_default)
binder_call(system_app, hal_audio_default)
binder_call(system_app, hal_health_default)
binder_call(system_app, hal_lineage_health_default)
binder_call(system_app, hal_wifi_default)
binder_call(system_app, hal_wifi_supplicant_default)
1 change: 1 addition & 0 deletions sepolicy/vendor/system_server.te
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allow system_server vendor_sysfs_usb_supply:file { getattr open read };

0 comments on commit d3be1b5

Please sign in to comment.