From 8fdedffb53ae15da8ccc6cd2554dd0b5c4aad55f Mon Sep 17 00:00:00 2001 From: dapaodexiaoyu2 Date: Fri, 26 Nov 2021 11:50:43 +0000 Subject: [PATCH] add OAT.xml and README.OpenSource Signed-off-by: renwei --- OAT.xml | 160 ++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 ++++ 2 files changed, 171 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..481e6758 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "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