Sunday, May 20, 2012

How to set up the security read restrictions to all the members of specific project that belong to original component but not to other known components

  •  ccm set role group_mgr
  • ccm query -i group (this bring us the grop name)
  •  ccm query "is_member_of('PROJNAME#<proj ver>') and type !='dir' and is_associated_object_of(cvtype='task' and release match '*') and not is_associated_object_of(cvtype='task' and release match 'COMP1*' or release match 'COMP2*' or release match 'COMP3*')" -u -f "%objectname %task_release %task" > compname_only.list
  • ccm groups -a -v :readsource @ (this actually adds the group attribute with a read restriction)
  • ccm set rile developer



E

No comments:

Post a Comment