19a0061b6Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?> 29a0061b6Sopenharmony_ci<!-- Copyright (c) 2022 Huawei Device Co., Ltd. 39a0061b6Sopenharmony_ci 49a0061b6Sopenharmony_ci Licensed under the Apache License, Version 2.0 (the "License"); 59a0061b6Sopenharmony_ci you may not use this file except in compliance with the License. 69a0061b6Sopenharmony_ci You may obtain a copy of the License at 79a0061b6Sopenharmony_ci 89a0061b6Sopenharmony_ci http://www.apache.org/licenses/LICENSE-2.0 99a0061b6Sopenharmony_ci 109a0061b6Sopenharmony_ci Unless required by applicable law or agreed to in writing, software 119a0061b6Sopenharmony_ci distributed under the License is distributed on an "AS IS" BASIS, 129a0061b6Sopenharmony_ci WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 139a0061b6Sopenharmony_ci See the License for the specific language governing permissions and 149a0061b6Sopenharmony_ci limitations under the License. 159a0061b6Sopenharmony_ci 169a0061b6Sopenharmony_ci This is the configuration file template for OpenHarmony OSS Audit Tool, please copy it to your project root dir and modify it refer to OpenHarmony/tools_oat/README. 179a0061b6Sopenharmony_ci All configurations in this file will be merged to OAT-Default.xml, if you have any questions or concerns, please create issue in OpenHarmony/tools_oat and @jalenchen or chenyaxun. 189a0061b6Sopenharmony_ci 199a0061b6Sopenharmony_ci licensefile: 209a0061b6Sopenharmony_ci 1.If the project don't have "LICENSE" in root dir, please define all the license files in this project in , OAT will check license files according to this rule. 219a0061b6Sopenharmony_ci 229a0061b6Sopenharmony_ci policylist: 239a0061b6Sopenharmony_ci 1. policy: If the OAT-Default.xml policies do not meet your requirements, please add policies here. 249a0061b6Sopenharmony_ci 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is: 259a0061b6Sopenharmony_ci <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/> 269a0061b6Sopenharmony_ci 3. policyitem type: 279a0061b6Sopenharmony_ci "compatibility" is used to check license compatibility in the specified path; 289a0061b6Sopenharmony_ci "license" is used to check source license header in the specified path; 299a0061b6Sopenharmony_ci "copyright" is used to check source copyright header in the specified path; 309a0061b6Sopenharmony_ci "import" is used to check source dependency in the specified path, such as import ... ,include ... 319a0061b6Sopenharmony_ci "filetype" is used to check file type in the specified path, supported file types: archive, binary 329a0061b6Sopenharmony_ci "filename" is used to check whether the specified file exists in the specified path(projectroot means the root dir of the project), supported file names: LICENSE, README, README.OpenSource 339a0061b6Sopenharmony_ci 4. policyitem name: This field is used for define the license, copyright, "*" means match all, the "!" prefix means could not match this value. For example, "!GPL" means can not use GPL license. 349a0061b6Sopenharmony_ci 5. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem. 359a0061b6Sopenharmony_ci 6. policyitem rule and group: These two fields are used together to merge policy results. "may" policyitems in the same group means any one in this group passed, the result will be passed. 369a0061b6Sopenharmony_ci 7. policyitem filefilter: Used to bind filefilter which define filter rules. 379a0061b6Sopenharmony_ci 7. policyitem desc: Used to describe the reason of this policy item, committers will check this while merging the code. 389a0061b6Sopenharmony_ci 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path. 399a0061b6Sopenharmony_ci 409a0061b6Sopenharmony_ci Note:If the text contains special characters, please escape them according to the following rules: 419a0061b6Sopenharmony_ci " == > 429a0061b6Sopenharmony_ci & == > 439a0061b6Sopenharmony_ci ' == > 449a0061b6Sopenharmony_ci < == > 459a0061b6Sopenharmony_ci > == > 469a0061b6Sopenharmony_ci--> 479a0061b6Sopenharmony_ci 489a0061b6Sopenharmony_ci<configuration> 499a0061b6Sopenharmony_ci <oatconfig> 509a0061b6Sopenharmony_ci <licensefile> 519a0061b6Sopenharmony_ci COPYING 529a0061b6Sopenharmony_ci </licensefile> 539a0061b6Sopenharmony_ci <licensematcherlist> 549a0061b6Sopenharmony_ci <licensematcher name="Mike Frantzen" desc=""> 559a0061b6Sopenharmony_ci <licensetext name='# Permission to use, copy, modify, and distribute this software for any 569a0061b6Sopenharmony_ci# purpose with or without fee is hereby granted, provided that the above 579a0061b6Sopenharmony_ci# copyright notice and this permission notice appear in all copies.' desc=""/> 589a0061b6Sopenharmony_ci </licensematcher> 599a0061b6Sopenharmony_ci <licensematcher name="GPL" desc=""> 609a0061b6Sopenharmony_ci <licensetext name='This program is distributed under the terms of GNU GPL' desc=""/> 619a0061b6Sopenharmony_ci </licensematcher> 629a0061b6Sopenharmony_ci <licensematcher name="GPLv2" desc=""> 639a0061b6Sopenharmony_ci <licensetext name='GPLv2 and Artistic Licence 2.0 and ISC' desc=""/> 649a0061b6Sopenharmony_ci </licensematcher> 659a0061b6Sopenharmony_ci <licensematcher name="libipt_CLUSTERIP.man" desc=""> 669a0061b6Sopenharmony_ci <licensetext name='This module allows you to configure a simple cluster of nodes that share 679a0061b6Sopenharmony_cia certain IP and MAC address without an explicit load balancer in front of 689a0061b6Sopenharmony_cithem. Connections are statically distributed between the nodes in this 699a0061b6Sopenharmony_cicluster.' desc=""/> 709a0061b6Sopenharmony_ci </licensematcher> 719a0061b6Sopenharmony_ci </licensematcherlist> 729a0061b6Sopenharmony_ci <policylist> 739a0061b6Sopenharmony_ci <policy name="defaultPolicy" desc="use iptables by independent process"> 749a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="include/libipq/libipq.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 759a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/nft-cmd.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 769a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="libipq/libipq.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 779a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/xtables-monitor.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 789a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/nft-ipv4.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 799a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/nft-ipv6.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 809a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/iptables-standalone.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 819a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/nft-shared.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 829a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="include/linux/netfilter/xt_connmark.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 839a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/arptables-nft-restore.8" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 849a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="libipq/ipq_create_handle.3" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 859a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/arptables-nft-save.8" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 869a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/iptables.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 879a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/nft.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 889a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/arptables-nft.8" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 899a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/xtables-standalone.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 909a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="libipq/ipq_errstr.3" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 919a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/ebtables-nft.8" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 929a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/nft-arp.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 939a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/xtables-translate.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 949a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables-test.py" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 959a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/nft-bridge.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 969a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/xtables-arp-standalone.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 979a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/xtables.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 989a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="libipq/ipq_message_type.3" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 999a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/xtables-arp.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1009a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/nft-cache.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1019a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/xtables-eb-standalone.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1029a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="libipq/ipq_read.3" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1039a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="libxtables/getethertype.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1049a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/ip6tables-standalone.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1059a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="libipq/ipq_set_mode.3" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1069a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/nft-chain.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1079a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/xtables-eb.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1089a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="libipq/ipq_set_verdict.3" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1099a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="libxtables/xtoptions.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1109a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="iptables/ip6tables.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1119a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0+" path="libipq/libipq.3" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1129a0061b6Sopenharmony_ci 1139a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libip6t_mh.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1149a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_set.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1159a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_u32.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1169a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter_ipv6.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1179a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="iptables/xtables-legacy.8" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1189a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libipt_ECN.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1199a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_DSCP.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1209a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter/xt_IDLETIMER.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1219a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="iptables/iptables-restore.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1229a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="utils/nfbpf_compile.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1239a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="iptables/iptables-save.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1249a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_addrtype.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1259a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="iptables/xtables-nft.8" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1269a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="libiptc/libip4tc.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1279a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="utils/nfsynproxy.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1289a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_HMARK.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1299a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_TEE.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1309a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_dscp.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1319a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter/xt_NFQUEUE.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1329a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="iptables/iptables-xml.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1339a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="iptables/xtables-restore.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1349a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="libiptc/libip6tc.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1359a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_SET.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1369a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter/xt_conntrack.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1379a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="iptables/xtables-save.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1389a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="libiptc/libiptc.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1399a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libipt_ttl.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1409a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter_ipv4/ip_queue.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1419a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="iptables/iptables.xslt" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1429a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_IDLETIMER.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1439a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_bpf.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1449a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="iptables/xtables-translate.8" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1459a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_NFQUEUE.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1469a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_ecn.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1479a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_nfacct.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1489a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_time.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1499a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter/xt_AUDIT.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1509a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_SYNPROXY.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1519a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter/xt_CHECKSUM.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1529a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter/xt_dscp.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1539a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter_ipv4/ipt_ECN.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1549a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libebt_log.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1559a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_AUDIT.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1569a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_LED.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1579a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter/xt_ecn.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1589a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_sctp.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1599a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter/ipset/ip_set.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1609a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter_arp.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1619a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_dccp.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1629a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter_ipv4/ipt_ULOG.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1639a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/dscp_helper.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1649a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_CHECKSUM.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1659a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="extensions/libxt_cluster.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1669a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter_ipv4.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1679a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLStyleLicense" path="include/linux/netfilter/xt_DSCP.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1689a0061b6Sopenharmony_ci 1699a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0-or-later" path="COPYING" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1709a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0-or-later" path="extensions/libxt_connmark.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1719a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0-or-later" path="utils/nfnl_osf.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1729a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0-or-later" path="extensions/libxt_CONNMARK.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1739a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0-or-later" path="include/linux/netfilter/xt_osf.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1749a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0-or-later" path="extensions/libxt_osf.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1759a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL-2.0-or-later" path="libxtables/xtables.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1769a0061b6Sopenharmony_ci 1779a0061b6Sopenharmony_ci <policyitem type="compatibility" name="SPDX:GPL-2.0 WITH Linux-syscall-note" path="include/linux/netfilter/nf_tables.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1789a0061b6Sopenharmony_ci <policyitem type="compatibility" name="SPDX:GPL-2.0 WITH Linux-syscall-note" path="include/linux/netfilter/xt_cgroup.h" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1799a0061b6Sopenharmony_ci 1809a0061b6Sopenharmony_ci <policyitem type="compatibility" name="Mike Frantzen" path="utils/pf.os" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1819a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL" path="extensions/libipt_TTL.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1829a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPL" path="extensions/libip6t_HL.c" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1839a0061b6Sopenharmony_ci <policyitem type="compatibility" name="libipt_CLUSTERIP.man" path="extensions/libipt_CLUSTERIP.man" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1849a0061b6Sopenharmony_ci <policyitem type="compatibility" name="GPLv2" path="iptables.spec" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 1859a0061b6Sopenharmony_ci <policyitem type="license" name="*" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/> 1869a0061b6Sopenharmony_ci <policyitem type="copyright" name="*" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/> 1879a0061b6Sopenharmony_ci </policy> 1889a0061b6Sopenharmony_ci </policylist> 1899a0061b6Sopenharmony_ci 1909a0061b6Sopenharmony_ci <filefilterlist> 1919a0061b6Sopenharmony_ci <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies"> 1929a0061b6Sopenharmony_ci <filteritem type="filename" name="iptables-1.8.7.tar.bz2"/> 1939a0061b6Sopenharmony_ci </filefilter> 1949a0061b6Sopenharmony_ci </filefilterlist> 1959a0061b6Sopenharmony_ci </oatconfig> 1969a0061b6Sopenharmony_ci</configuration> 1979a0061b6Sopenharmony_ci 198