• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/selinux",
3    "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.",
4    "version": "3.1",
5    "license": [
6        "GPL V2.0",
7        "Public Domain",
8        "LGPL V2.1",
9        "BSD 2-Clause License"
10    ],
11    "publishAs": "code-segment",
12    "segment": {
13        "destPath": "third_party/selinux"
14    },
15    "dirs": {},
16    "scripts": {},
17    "licensePath": [
18        "libselinux/LICENSE",
19        "checkpolicy/COPYING",
20        "libsepol/COPYING",
21        "secilc/COPYING"
22    ],
23    "component": {
24        "name": "selinux",
25        "subsystem": "thirdparty",
26        "syscap": [],
27        "features": [],
28        "adapted_system_type": [
29            "standard"
30        ],
31        "rom": "1024KB",
32        "ram": "1024KB",
33        "deps": {
34            "components": [],
35            "third_party": [ "pcre2" ]
36        },
37        "build": {
38            "sub_component": [],
39            "inner_kits": [],
40            "test": []
41        }
42    }
43}