Skip to content

Commit 2ffe49c

Browse files
committed
Updated metadata to allow the sc_admin role write access
1 parent 685d97d commit 2ffe49c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app.manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"id": {
66
"group": null,
77
"name": "decrypt2",
8-
"version": "2.3.5"
8+
"version": "2.3.6"
99
},
1010
"author": [
1111
{
1212
"name": "Gareth Anderson",
13-
"email": null,
13+
"email": "gareth.anderson03@gmail.com",
1414
"company": null
1515
}
1616
],

default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ is_visible = false
1212
[launcher]
1313
author = Gareth Anderson
1414
description = A library of common routines to analyze malware and data exfiltration communications (based on the work of Michael Zalewski).
15-
version = 2.3.5
15+
version = 2.3.6
1616

metadata/default.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[]
2-
access = read : [ * ], write : [ admin, power ]
2+
access = read : [ * ], write : [ admin, power, sc_admin ]
33
export = system
44

55
[commands]

0 commit comments

Comments
 (0)