hi

I am working on the setSecuritySandbox method of security.cfc in CFAdmin
API. It takes an array of stucture which define the sandbox security
rules. An complete example as following (by dump a sandbox)

1     
struct
ACTION    [empty string]
CLASS    java.io.SerializablePermission
TARGET    *
2    
struct
ACTION    read,write
CLASS    java.util.PropertyPermission
TARGET    *
3    
struct
ACTION    [empty string]
CLASS    java.net.NetPermission
TARGET    *
4    
struct
ACTION    [empty string]
CLASS    java.sql.SQLPermission
TARGET    *
5    
struct
ACTION    [empty string]
CLASS    java.security.SecurityPermission
TARGET    *
6    
struct
ACTION    connect,resolve
CLASS    java.net.SocketPermission
TARGET    *
7    
struct
ACTION    [empty string]
CLASS    java.lang.RuntimePermission
TARGET    *
8    
struct
ACTION    [empty string]
CLASS    java.lang.reflect.ReflectPermission
TARGET    *
9    
struct
ACTION    [empty string]
CLASS    coldfusion.sql.DataSourcePermission
TARGET    *
10    
struct
ACTION    [empty string]
CLASS    coldfusion.tagext.GenericTagPermission
TARGET    *-cfexecute,cfftp,cfpop,cfregistry,cfdirectory
11    
struct
ACTION    [empty string]
CLASS    coldfusion.runtime.FunctionPermission
TARGET    *
12    
struct
ACTION    read,write,execute,delete
CLASS    java.io.FilePermission
TARGET    e:\wwwroot\
13    
struct
ACTION    [empty string]
CLASS    coldfusion.tagext.lang.ModulePermission
TARGET    *
14    
struct
ACTION    read,write,execute,delete
CLASS    java.io.FilePermission
TARGET    e:\wwwroot\-
15    
struct
ACTION    read,write,execute,delete
CLASS    java.io.FilePermission
TARGET    e:\wwwroot\
16    
struct
ACTION    read,write,execute,delete
CLASS    java.io.FilePermission
TARGET    e:\wwwroot\-

I am searching for information on what class is avaliable in the sandbox
security and what they do,what action and target they take, what is their
use. So I would know to define my sandbox security rules.

However, I have no luck so far by finding it on the Macromedia
documentation. Any guru can point me a direction? Thanks

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218674
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to