Skip to content

Commit

Permalink
Add new Azure module files
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Stefani <[email protected]>
  • Loading branch information
nico-stefani committed May 9, 2024
1 parent 2e70e00 commit bc86f34
Showing 1 changed file with 73 additions and 1 deletion.
74 changes: 73 additions & 1 deletion solaris/solaris11/SPECS/template_agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,79 @@
"type": "file",
"user": "root"
},
"/var/ossec/wodles/azure/orm.py": {
"/var/ossec/wodles/azure/azure_utils.py": {
"class": "static",
"group": "wazuh",
"mode": "0750",
"prot": "-rwxr-x---",
"type": "file",
"user": "root"
},
"/var/ossec/wodles/azure/azure_services": {
"class": "static",
"group": "wazuh",
"mode": "0750",
"prot": "drwxr-x---",
"type": "directory",
"user": "root"
},
"/var/ossec/wodles/azure/azure_services/__init__.py": {
"class": "static",
"group": "wazuh",
"mode": "0750",
"prot": "-rwxr-x---",
"type": "file",
"user": "root"
},
"/var/ossec/wodles/azure/azure_services/analytics.py": {
"class": "static",
"group": "wazuh",
"mode": "0750",
"prot": "-rwxr-x---",
"type": "file",
"user": "root"
},
"/var/ossec/wodles/azure/azure_services/graph.py": {
"class": "static",
"group": "wazuh",
"mode": "0750",
"prot": "-rwxr-x---",
"type": "file",
"user": "root"
},
"/var/ossec/wodles/azure/azure_services/storage.py": {
"class": "static",
"group": "wazuh",
"mode": "0750",
"prot": "-rwxr-x---",
"type": "file",
"user": "root"
},
"/var/ossec/wodles/azure/db": {
"class": "static",
"group": "wazuh",
"mode": "0750",
"prot": "drwxr-x---",
"type": "directory",
"user": "root"
},
"/var/ossec/wodles/azure/db/__init__.py": {
"class": "static",
"group": "wazuh",
"mode": "0750",
"prot": "-rwxr-x---",
"type": "file",
"user": "root"
},
"/var/ossec/wodles/azure/db/orm.py": {
"class": "static",
"group": "wazuh",
"mode": "0750",
"prot": "-rwxr-x---",
"type": "file",
"user": "root"
},
"/var/ossec/wodles/azure/db/utils.py": {
"class": "static",
"group": "wazuh",
"mode": "0750",
Expand Down

0 comments on commit bc86f34

Please sign in to comment.