From 9eed3a2305440e7ea5bb4e31c4a60688a8e2829d Mon Sep 17 00:00:00 2001 From: dapaodexiaoyu2 Date: Fri, 26 Nov 2021 09:51:54 +0000 Subject: [PATCH] add OAT.xml and README.OpenSource Signed-off-by: renwei --- OAT.xml | 160 ++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 13 ++++ 2 files changed, 173 insertions(+) create mode 100644 OAT.xml create mode 100644 README.OpenSource diff --git a/OAT.xml b/OAT.xml new file mode 100644 index 00000000..6b7ba58f --- /dev/null +++ b/OAT.xml @@ -0,0 +1,160 @@ + + + + + + libselinux/LICENSE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 00000000..f6c06034 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,13 @@ +[ + { + "Name": "selinux", + "License": "GNU GENERAL PUBLIC LICENSE", + "License File": "LICENSE", + "Version Number": "3.2", + "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." + } +] + -- Gitee