Skip to content

Commit

Permalink
getenforce
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 2, 2024
1 parent ddb47e5 commit cf6d6c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
adb wait-for-device
while [[ -z "$(adb shell getprop sys.boot_completed | tr -d '\r')" ]]; do sleep 1; done
adb shell su 0 setenforce 1 && adb stop && adb start
adb shell su 0 getenforce
adb shell su 0 setenforce 1
adb wait-for-device
while [[ -z "$(adb shell getprop sys.boot_completed | tr -d '\r')" ]]; do sleep 1; done
Expand Down

0 comments on commit cf6d6c8

Please sign in to comment.