libbpf 修改oat.xm

Signed-off-by: wenlong_12 <wenlong12@huawei.com>

Signed-off-by: wenlong_12 <wenlong12@huawei.com>
This commit is contained in:
wenlong_12 2023-05-08 18:44:38 +08:00
parent 9e5aef3df9
commit 4fc56a6441

View File

@ -53,7 +53,7 @@
<policyitem type="compatibility" name="GPL-2.0 WITH Linux-syscall-note" path="include/uapi/linux/.*" desc="Linux kernel license"/>
<policyitem type="compatibility" name="GPL-2.0" path="docs/conf.py" desc="Configuration file, nonparticipation in compilation"/>
<policyitem type="compatibility" name="LGPL-2.1" path=".*" desc="Dynamically linked by module hiprofiler"/>
<policyitem type="license" name="BSD-2-Clause" path=".*" desc="USDT license"/>
<policyitem type="compatibility" name="BSD-2-Clause" path=".*" desc="USDT license"/>
<policyitem type="copyright" name="Meta Platforms, Inc. and affiliates." path=".*" desc=""/>
</policy>
</policylist>
@ -66,6 +66,10 @@
<filteritem type="filepath" name="ci/.*" desc="ci files"/>
<filteritem type="filepath" name="docs/.*" desc="docs files"/>
</filefilter>
<filefilter name="copyrightPolicyFilter" desc="">
<filteritem type="filepath" name="include/uapi/linux/fcntl.h" desc="The file in third party"/>
<filteritem type="filepath" name="LICENSE.BSD-2-Clause" desc="The file in third party"/>
</filefilter>
</filefilterlist>
</oatconfig>
</configuration>