Merge "Avoid VTS testDataTypeViolators failure" into sc-dev am: 3ded724256
am: 10da89a15e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15126901 Change-Id: Iafa445c1dac685a8d14ea5a7c208f4f7d8da9130
This commit is contained in:
commit
28fa39c0e3
2 changed files with 5 additions and 3 deletions
|
@ -5,6 +5,3 @@ userdebug_or_eng(`
|
|||
')
|
||||
type proc_vendor_sched, proc_type, fs_type;
|
||||
|
||||
# Radio
|
||||
type radio_vendor_data_file, file_type, data_file_type, mlstrustedobject;
|
||||
|
||||
|
|
5
telephony/user/file.te
Normal file
5
telephony/user/file.te
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Radio
|
||||
type radio_vendor_data_file, file_type, data_file_type;
|
||||
userdebug_or_eng(`
|
||||
typeattribute radio_vendor_data_file mlstrustedobject;
|
||||
')
|
Loading…
Add table
Add a link
Reference in a new issue