Skip to content

Commit

Permalink
Fix "adb install" under "adb root"
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Sep 20, 2021
1 parent 88bb43a commit 4b191c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template/magisk_module/sepolicy.rule
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Allow adbd to transition to magisk:s0 context
allow adbd adbd process setcurrent
allow adbd magisk process dyntransition

# Fix "adb install" under "adb root"
allow system_server magisk unix_stream_socket { getopt getattr read write }

0 comments on commit 4b191c7

Please sign in to comment.