adb_selinux_denials
Retrieve recent SELinux AVC denials from logcat and kernel logs to identify blocked processes, their actions, and SELinux contexts for diagnosing permission issues.
Instructions
List recent SELinux AVC denial messages from logcat and kernel logs. Shows which processes were blocked, what they tried to do, and the SELinux contexts involved. Useful for diagnosing permission issues and understanding security policy enforcement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Max denial entries to return (1-1000, default 50) | |
| process | No | Filter denials by process/source context name | |
| device | No | Device serial |