Skip to content
Snippets Groups Projects
Commit 39a39054 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Audit /dev access that might no longer be needed after Treble"

parents 7bff13f9 3e098089
No related branches found
No related tags found
No related merge requests found
......@@ -105,3 +105,14 @@ full_treble_only(`
-init
}{ usbfs binfmt_miscfs }:file no_rw_file_perms;
')
# Audit coredomain access to /dev nodes that might no longer be needed after
# Treble.
userdebug_or_eng(`
auditallow coredomain {
audio_device
iio_device
radio_device
tee_device
}:chr_file { open read append write ioctl };
')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment