Object Name specific Access Control rules
Dear Experts ,
We want an assembly to be accessed from specific group of people, where we wanted to restrict a specific sub assembly for the users from reading it.
It is known fact that keeping the "restrictive" objects in seperate folder or a different context should address - But I am looking if there any option to store the complete assembly in a single location.
TOP_LEVEL_ASSEMBLY.asm
|
|__ SUB_ASSEMBLY_1.asm
|
|__ SUB_ASSEMBLY_2.asm
|
|__ SUB_ASSEMBLY_3.asm
Rules to be in place :
1) Restrict SUB_ASSEMBLY_1.asm (and its dependents) to be read.
2) Allow SUB_ASSEMBLY_2.asm (and its dependents) for read only.
3) Allow SUB_ASSEMBLY_3.asm (and its dependents) to be read and write.
Appreciate your support on how to approach this requirement.
Thanks
Murthi
