Ueventd is moved to /system/bin

Bug: 73660730
Bug: 79758715
Test: CTS passes
Change-Id: I02af2665ffb44646f7f39aff0a2e72ac10d8b661
diff --git a/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java b/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java
index 9d3f931..b25ff33 100644
--- a/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java
+++ b/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java
@@ -1000,7 +1000,7 @@
     /* Ueventd is always there */
     @CddTest(requirement="9.7")
     public void testUeventdDomain() throws DeviceNotAvailableException {
-        assertDomainOne("u:r:ueventd:s0", "/sbin/ueventd");
+        assertDomainOne("u:r:ueventd:s0", "/system/bin/ueventd");
     }
 
     /* Devices always have healthd */