|
msiSetChkFilePathPerm |
( |
msParam_t * |
xchkType, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice set the check type for file path permission check when registering a file.
- Module:
- core
- Since:
- pre-3.1
- Author:
- Mike Wan
- Date:
- 2012
- Warning:
- This microservice can create a security problem if set to anything other than DISALLOW_PATH_REG and used incorrectly.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | - | xchkType - Required - a msParam of type STR_MS_T which defines the check type to set. Valid values are DO_CHK_PATH_PERM_STR, NO_CHK_PATH_PERM_STR, CHK_NON_VAULT_PATH_PERM_STR and DISALLOW_PATH_REG_STR. |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
| DO_CHK_PATH_PERM,NO_CHK_PATH_PERM,CHK_NON_VAULT_PATH_PERM | or DISALLOW_PATH_REG. |
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 1073 of file reSysDataObjOpr.c.
|