view:Delete close() invoke to avoid double-free bug

android_security_cts_SeccompBpfTest_nativeInstallTestFilter invoke
minijail_parse_seccomp_filters_from_fd,in func
minijail_parse_seccomp_filters_from_fd ,
the attribute_cleanup_fp FILE *file is related with policyFd, and it
will invoke fclose when return from the function.if we close policyFd at
android_security_cts_SeccompBpfTest_nativeInstallTestFilter, it will
double-close. so we delete the close invoke at
android_security_cts_SeccompBpfTest_nativeInstallTestFilter

Test: run cts -m CtsOsTestCases -t android.os.cts.SeccompTest#testViolateIsolatedServicePolicy
Bug: 294813841
Change-Id: I18deac5652e2c66e6f54c6ebe84d53d5bd93b92d
1 file changed