9301818539
Run SELinuxHostTest whenever a change is made. Filtering the tests to the ones that check that priv-apps are running in their own domains. Bug: 143172058 Test: Running "atest" in system/sepolicy runs SELinuxHostTest Change-Id: If17642400129e97eb3bf2f631e784f92826adb9a
19 lines
551 B
Text
19 lines
551 B
Text
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsSecurityHostTestCases",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.security.cts.SELinuxHostTest#testPermissionControllerDomain"
|
|
},
|
|
{
|
|
"include-filter": "android.security.cts.SELinuxHostTest#testVzwOmaTriggerDomain"
|
|
},
|
|
{
|
|
"include-filter": "android.security.cts.SELinuxHostTest#testGMSCoreDomain"
|
|
}
|
|
|
|
]
|
|
}
|
|
]
|
|
}
|