Skip to content
Snippets Groups Projects
Commit fea761b4 authored by dcashman's avatar dcashman Committed by android-build-merger
Browse files

Log app access to sysfs for removal. am: f226b0c9

am: 36dabd96

* commit '36dabd96':
  Log app access to sysfs for removal.
parents ccc8e4f9 36dabd96
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,10 @@ allow appdomain runas_exec:file getattr;
selinux_check_access(appdomain)
selinux_check_context(appdomain)
# appdomain should not be accessing information on /sys
auditallow appdomain sysfs:dir { open getattr read ioctl };
auditallow appdomain sysfs:file r_file_perms;
###
### Neverallow rules
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment