加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bundle.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
yu 提交于 2023-06-25 16:18 . 修改selinux仓名
{
"name": "@ohos/selinux",
"description": "The CI now uses GitHub Actions to run tests and the SELinux testsuite in a virtual machine. Replace the Travis CI badge with the ones for these workflows.",
"version": "3.1",
"license": [
"GPL V2.0",
"Public Domain",
"LGPL V2.1",
"BSD 2-Clause License"
],
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/selinux"
},
"dirs": {},
"scripts": {},
"licensePath": [
"libselinux/LICENSE",
"checkpolicy/COPYING",
"libsepol/COPYING",
"secilc/COPYING"
],
"component": {
"name": "selinux",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "1024KB",
"ram": "1024KB",
"deps": {
"components": [],
"third_party": [ "pcre2" ]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化