Package-level declarations

Types

Link copied to clipboard
interface SecurityPolicy

Represents security checks that should be performed to detect a device jailbreak breach.

Functions

Link copied to clipboard

Determines if a command with SuperUser privileges can be executed.

Link copied to clipboard
fun checkSecurityPolicies(appContext: Context, checks: List<Int>): Result<Unit, String>

Checks security policy violations based on both default and extra policies.

Link copied to clipboard

Release-Keys and Test-Keys has to do with how the kernel is signed when it is compiled. Test-Keys means it was signed with a custom key generated by a third-party developer.