Skip to content

Commit

Permalink
Fix selinux FP (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
grubeli authored Nov 16, 2021
1 parent 363a9e7 commit 091a157
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CheckForRootWorker(context: Context) {
RootItemResult("For RW Paths", rootBeer.checkForRWPaths()),
RootItemResult("Dangerous Props", rootBeer.checkForDangerousProps()),
RootItemResult("Root via native check", rootBeer.checkForRootNative()),
RootItemResult("SE linux Flag Is Enabled", Utils.isSelinuxFlagInEnabled()),
RootItemResult("SE linux Flag Is Enabled", !Utils.isSelinuxFlagInEnabled()),
RootItemResult("Magisk specific checks", rootBeer.checkForMagiskBinary())
)
}
Expand Down

0 comments on commit 091a157

Please sign in to comment.