Rule Scripting Parameters - Novell ZENWORKS ENDPOINT SECURITY MANAGEMENT 3.5 - ADMINISTRATION Administration Manual

Hide thumbs Also See for ZENWORKS ENDPOINT SECURITY MANAGEMENT 3.5 - ADMINISTRATION:
Table of Contents

Advertisement

To associate an existing application control list to this firewall setting:
1 Select Application Controls in the components tree and click the Associate Component button
2 Select an application set from the list
3 The applications and the level of restriction may be re-defined
NOTE: Changing the settings in a shared component will affect ALL OTHER instances of this
same component. Use the Show Usage command to view all other policies associated with this
component.
4 Click Save
The available application controls are identified below, the default execution behavior is No
Network Access:
Application Controls
Table 6-2
Name
Web Browsers
Instant Messaging
File Sharing
Internet Media
If the same application is added to two different application controls in the same firewall setting
(i.e., kazaa.exe is blocked from executing in one application control, and blocked from gaining
network access in another defined application control under the same firewall setting), the most
stringent control for the given executable will be applied (i.e., kazaa would be blocked from
executing)

6.3.11 Rule Scripting Parameters

The ZENworks Endpoint Security Management (ZENworks Endpoint Security Management)
supports standard Jscript and VBScript coding methods readily available, with the following
exceptions:
1. WScript.Echo - Not supported - (displaying return values back to a parent window are not
support (since the parent window is unavailable)). Use the Action.Message ZENworks
Endpoint Security Management API instead.
2. Access to Shell Objects - Use the following modified nomenclature/call:
[JScript]
Use:
var WshShell = new ActiveXObject("WScript.Shell");
Instead of:
var WshShell = WScript.CreateObject ("WScript.Shell");
[VBScript]
138 ZENworks Endpoint Security Management Administration Guide
Applications
explore.exe; netscape.exe; netscp.exe
aim.exe; icq.exe; msmsgs.exe; msnmsgr.exe;
trillian.exe; ypager.exe
blubster.exe; grokster.exe; imesh.exe; kazaa.exe;
morpheus.exe; napster.exe; winmx.exe
mplayer2.exe; wmplayer.exe; naplayer.exe;
realplay.exe; spinner.exe; QuickTimePlayer.exe

Advertisement

Table of Contents
loading

Table of Contents