Skip to content
Snippets Groups Projects
Commit c0f11bf4 authored by Tri Vo's avatar Tri Vo Committed by android-build-merger
Browse files

Merge "Apply full_treble_only to whole rule." am: 0fa0d1e5 am: 4aa78f80

am: e9f70f7c

Change-Id: I627802b54da2cb9e4bd7265f50ea78a0ce3bb7c6
parents aabee2a2 e9f70f7c
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,10 @@ full_treble_only(` ...@@ -178,7 +178,10 @@ full_treble_only(`
neverallow coredomain { neverallow coredomain {
iio_device iio_device
radio_device radio_device
# TODO(b/120243891): HAL permission to tee_device is included into coredomain
# on non-Treble devices.
full_treble_only(`tee_device')
}:chr_file { open read append write ioctl }; }:chr_file { open read append write ioctl };
# TODO(b/120243891): HAL permission to tee_device is included into coredomain
# on non-Treble devices.
full_treble_only(`
neverallow coredomain 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