Restricting write access in a directory tree in a component
![]()
Rob Logie (338●2●50●41)
| asked Oct 30 '13, 1:57 a.m.
retagged Dec 16 '13, 3:59 p.m. by David Lafreniere (4.8k●7)
Hi All
I am trying to implement some selective write controls in a directory tree that is stored in one component in RTC. The tree will be something like this Folder-1 Folder-2 Folder-3 Folder-3/Folder-4 Folder-3/Folder-4/Folder8 Folder-3/Folder-4/Folder9 Folder-5 folder-5/Folder-7 There will be files stored in every folder of the structure. What I want is for every member of the project area to have read access to all folders and files in the directory structure. However I only want to give write access to all files and folders to a small select group of users. Finally, there will be another small set of users that will have read access to everything but write access to only Folder-7 and Folder8 and all the files they contain. Can a security model like this be implemented in RTC ? If yes, how could it be implemented ? Thanks in advance Rob |
One answer
![]()
Hi, Rob
What version of RTC are you using? In v4.x, there is some new features to control the folder level access but it still is Read control no Write control. Please find the article: https://jazz.net/library/article/215#protect_some_files hopefully this is what you are looking for. Don Comments Hi Don
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Yes, the symlinks workaround should work, if your users are willing to deal with symlinks.
|
Comments
Are you looking for "checkin time" write control (which would be against RTC's design principles) or "deliver time" write control (which would be compatible with RTC's design principles, but is not currently implemented)?
Hi Geoff
Checkin time would be nice as it flags to a user the artifacts are read only as early as possible, but I do understand the design model of RTC hence preventing delivery would be fine.
Maybe another possibility that could be implemented is that when a read only configurable item is loaded into a work space it could be loaded by RTC into the local sandbox filesystem as read-only.