-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #202 from dkuc/malware_detection_app
Add Malware Detection application
- Loading branch information
Showing
4 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"*": [ | ||
{ | ||
"verb": "*" | ||
}, | ||
{ | ||
"verb": "read" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"roles": [ | ||
{ | ||
"name": "Malware detection administrator", | ||
"display_name": "Malware detection administrator", | ||
"description": "Perform any available operation against any malware-detection resource.", | ||
"system": true, | ||
"version": 1, | ||
"access": [ | ||
{ | ||
"permission": "malware-detection:*:*" | ||
}, | ||
{ | ||
"permission": "inventory:*:read" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Malware detection viewer", | ||
"display_name": "Malware detection viewer", | ||
"description": "Read any malware-detection resource.", | ||
"system": true, | ||
"version": 1, | ||
"access": [ | ||
{ | ||
"permission": "malware-detection:*:read" | ||
}, | ||
{ | ||
"permission": "inventory:*:read" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"*": [ | ||
{ | ||
"verb": "*" | ||
}, | ||
{ | ||
"verb": "read" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"roles": [ | ||
{ | ||
"name": "Malware detection administrator", | ||
"display_name": "Malware detection administrator", | ||
"description": "Perform any available operation against any malware-detection resource.", | ||
"system": true, | ||
"version": 1, | ||
"access": [ | ||
{ | ||
"permission": "malware-detection:*:*" | ||
}, | ||
{ | ||
"permission": "inventory:*:read" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Malware detection viewer", | ||
"display_name": "Malware detection viewer", | ||
"description": "Read any malware-detection resource.", | ||
"system": true, | ||
"version": 1, | ||
"access": [ | ||
{ | ||
"permission": "malware-detection:*:read" | ||
}, | ||
{ | ||
"permission": "inventory:*:read" | ||
} | ||
] | ||
} | ||
] | ||
} |