auditd: merge with the empty module template

This commit is contained in:
Aleksey Nikitin
2023-02-03 11:59:42 +03:00
parent 10cc0f34ae
commit 08d0876321
23 changed files with 124 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<template>
<div>
<el-tabs tab-position="left" v-model="leftTab">
</el-tabs>
</div>
</template>
<script>
const name = "empty";
module.exports = {
name,
props: ["protoAPI", "hash", "module", "api", "components", "viewMode"],
data: () => ({
leftTab: undefined
})
};
</script>
+1
View File
@@ -0,0 +1 @@
{}
+5
View File
@@ -0,0 +1,5 @@
__api.add_cbs{
control = function() return true end
}
__api.await(-1)
return "success"
@@ -0,0 +1,6 @@
{
"additionalProperties": false,
"properties": {},
"required": [],
"type": "object"
}
+14
View File
@@ -0,0 +1,14 @@
{
"1.0.0": {
"en": {
"date": "02-03-2023",
"title": "New version",
"description": " "
},
"ru": {
"date": "03.02.2023",
"title": "Новая версия",
"description": " "
}
}
}
+6
View File
@@ -0,0 +1,6 @@
{
"additionalProperties": false,
"properties": {},
"required": [],
"type": "object"
}
@@ -0,0 +1 @@
{}
+1
View File
@@ -0,0 +1 @@
{}
@@ -0,0 +1 @@
{}
@@ -0,0 +1 @@
{}
+1
View File
@@ -0,0 +1 @@
{}
@@ -0,0 +1 @@
{}
@@ -0,0 +1 @@
[]
@@ -0,0 +1,6 @@
{
"additionalProperties": false,
"properties": {},
"required": [],
"type": "object"
}
+6
View File
@@ -0,0 +1,6 @@
{
"additionalProperties": true,
"properties": {},
"required": [],
"type": "object"
}
+20
View File
@@ -0,0 +1,20 @@
{
"name": "cyberok_auditd",
"template": "empty",
"version": {
"major": 1,
"minor": 0,
"patch": 0
},
"os": {
"linux": [
"386",
"amd64"
]
},
"system": false,
"actions": [],
"events": [],
"fields": [],
"tags": []
}
+20
View File
@@ -0,0 +1,20 @@
{
"module": {
"en": {
"title": "Auditd (cyberok)",
"description": ""
},
"ru": {
"title": "Auditd (cyberok)",
"description": ""
}
},
"config": {},
"secure_config": {},
"fields": {},
"actions": {},
"events": {},
"action_config": {},
"event_config": {},
"tags": {}
}
@@ -0,0 +1,6 @@
{
"additionalProperties": false,
"properties": {},
"required": [],
"type": "object"
}
@@ -0,0 +1 @@
{}
@@ -0,0 +1 @@
{}
@@ -0,0 +1 @@
[]
+1
View File
@@ -0,0 +1 @@
{}
+5
View File
@@ -0,0 +1,5 @@
__api.add_cbs{
control = function() return true end
}
__api.await(-1)
return "success"