App specific test

Bug: 35034743
Bug: 35906875
Test: Run test against sailfish, make sure passes
Change-Id: Ibb9c6c7b7aacfb7fc17838b540e8a3993b1a5fcd
diff --git a/tests/tests/security/src/android/security/cts/SeccompTest.java b/tests/tests/security/src/android/security/cts/SeccompTest.java
index e5080da..44185bd 100644
--- a/tests/tests/security/src/android/security/cts/SeccompTest.java
+++ b/tests/tests/security/src/android/security/cts/SeccompTest.java
@@ -36,10 +36,16 @@
             testBlocked(217); // __NR_add_key
             testBlocked(219); // __NR_keyctl
             testAllowed(56); // __NR_openat
+
+            // b/35034743 - do not remove test without reading bug
+            testAllowed(267); // __NR_fstatfs64
         } else if (CpuFeatures.isArmCpu()) {
             testBlocked(309); // __NR_add_key
             testBlocked(311); // __NR_keyctl
             testAllowed(322); // __NR_openat
+
+            // b/35906875 - do not remove test without reading bug
+            testAllowed(316); // __NR_inotify_init
         } else if (CpuFeatures.isX86_64Cpu()) {
             testBlocked(248); // __NR_add_key
             testBlocked(250); // __NR_keyctl