Add the AllowLightShareFunctions example
parent
c98b10fc8c
commit
9648f08dc9
|
@ -935,6 +935,9 @@
|
||||||
|
|
||||||
; Allow the use of os* functions (some are dangerous)
|
; Allow the use of os* functions (some are dangerous)
|
||||||
AllowOSFunctions = false
|
AllowOSFunctions = false
|
||||||
|
|
||||||
|
; Allow the user of LightShare functions
|
||||||
|
AllowLightShareFunctions = false
|
||||||
|
|
||||||
; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
|
; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
|
||||||
OSFunctionThreatLevel = VeryLow
|
OSFunctionThreatLevel = VeryLow
|
||||||
|
|
Loading…
Reference in New Issue