mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-18 18:44:30 -04:00
auditd: merge with the empty module template
This commit is contained in:
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"1.0.0": {
|
||||
"en": {
|
||||
"date": "02-03-2023",
|
||||
"title": "New version",
|
||||
"description": " "
|
||||
},
|
||||
"ru": {
|
||||
"date": "03.02.2023",
|
||||
"title": "Новая версия",
|
||||
"description": " "
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"additionalProperties": false,
|
||||
"properties": {},
|
||||
"required": [],
|
||||
"type": "object"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1 @@
|
||||
[]
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"additionalProperties": false,
|
||||
"properties": {},
|
||||
"required": [],
|
||||
"type": "object"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"additionalProperties": true,
|
||||
"properties": {},
|
||||
"required": [],
|
||||
"type": "object"
|
||||
}
|
||||
@@ -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": []
|
||||
}
|
||||
@@ -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 @@
|
||||
[]
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,5 @@
|
||||
__api.add_cbs{
|
||||
control = function() return true end
|
||||
}
|
||||
__api.await(-1)
|
||||
return "success"
|
||||
Reference in New Issue
Block a user