diff --git a/README.OpenSource b/README.OpenSource index c58d5668fe30ee78e5c84886526732244595a09b..130fc68512119aad08f392fa7086decb7160a188 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,12 +1,38 @@ [ { - "Name": "selinux", - "License": "GNU LESSER GENERAL PUBLIC LICENSE", - "License File": "LICENSE", + "Name": "checkpolicy", + "License": "GPL V2.0", + "License File": "checkpolicy/COPYING", "Version Number": "3.3", "Owner": "jiangxiaofeng8@huawei.com", "Upstream URL": "https://github.com/SELinuxProject/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." + "Description": "This module is the policy compiler which uses libsepol to generate the binary policy." + }, + { + "Name": "libselinux", + "License": "Public Domain", + "License File": "libselinux/LICENSE", + "Version Number": "3.3", + "Owner": "jiangxiaofeng8@huawei.com", + "Upstream URL": "https://github.com/SELinuxProject/selinux", + "Description": "This module is the runtime SELinux library that provides interfaces to SELinux-aware applications." + }, + { + "Name": "libsepol", + "License": "LGPL V2.1", + "License File": "libsepol/COPYING", + "Version Number": "3.3", + "Owner": "jiangxiaofeng8@huawei.com", + "Upstream URL": "https://github.com/SELinuxProject/selinux", + "Description": "This module is the binary policy manipulation library." + }, + { + "Name": "secilc", + "License": "BSD 2-Clause License", + "License File": "secilc/COPYING", + "Version Number": "3.3", + "Owner": "jiangxiaofeng8@huawei.com", + "Upstream URL": "https://github.com/SELinuxProject/selinux", + "Description": "This module is a compiler which builds a kernel binary policy with cil files." } ] -