Installing SoftBench
Customizing SoftBench CM Configuration
Modifying the Configuration Files
Appendix C76
Recommended Format for Permissions File
You can order fields within an entry in two formats:
Format 1. Place user field first and permissions field second.
user1@host.domain.hp.com
RM /project1 /project2
S /project3 # system admin
R / # read-only default
;
user2@hp* S /project1
RM /project2 /project3
;
Format 2. Place path field first and permissions field second.
/ R *@*
;
/project1 RM user1@host* user2@15.1.1-40.* user3@*
S user4@host1.domain.hp.com
;
/project2 RM user1@host*
RMD user2@host1*
;
Use the pattern RMDA or -abf-cdilmnptuwx-oqz-esvy for permissions
and replace the disallowed permission bits or groupings with "-"
characters. This makes it easier to understand which permissions are
deleted and given. The permission letters can be in any order.
If the cm.permission file is missing, or no match is found, no access is
allowed. You should specify a default entry such as:
*@15.* -abf-cdilmnptuwx-oqz-esvy /
;