Merge "Apply full_treble_only to whole rule." am: 0fa0d1e596
am: 4aa78f8054
Change-Id: Ic2e376f3998d754d7e186d7cf82dcb1433b34203
This commit is contained in:
commit
e9f70f7c35
1 changed files with 6 additions and 3 deletions
|
@ -178,7 +178,10 @@ full_treble_only(`
|
|||
neverallow coredomain {
|
||||
iio_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 };
|
||||
|
||||
# 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 };
|
||||
')
|
||||
|
|
Loading…
Reference in a new issue