Avoid VTS testDataTypeViolators failure

Bug: 192209720
Test: run -m CtsSecurityHostTestCases -t android.security.cts.SELinuxHostTest
Change-Id: I9043c5adfb544179bceb0f6e5cf73c2b2ddd3d02
This commit is contained in:
Adam Shih 2021-06-29 07:20:18 +08:00
parent a63fbd68d4
commit f9501fc87c
2 changed files with 5 additions and 3 deletions

View file

@ -5,6 +5,3 @@ userdebug_or_eng(`
') ')
type proc_vendor_sched, proc_type, fs_type; 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
View 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;
')