Skip to content

Commit

Permalink
[irods#6656] Add symlink restriction to msiTarFileExtract Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed Apr 11, 2024
1 parent f89ba1b commit 6a0088e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/re/src/reDataObjOpr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3026,6 +3026,11 @@ msiCollRepl( msParam_t *collection, msParam_t *msKeyValStr, msParam_t *status,
* file (inpParam1) into a target collection (inpParam2). The content of
* the target collection is stored on the physical resource (inpParam3).
*
* \note Structured files extracted by this microservice should not contain
* symbolic links. Symbolic links are not supported by the extraction API.
* The symlinks should be followed when creating the structured file. For
* example: This can be done with the -h option with the tar utility.
*
* \usage See clients/icommands/test/rules/
*
* \param[in] inpParam1 - A StructFileExtAndRegInp_MS_T or
Expand Down

0 comments on commit 6a0088e

Please sign in to comment.