|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 mrjarod 于 2023-8-16 09:58 编辑
Cliosoft SOS schematic layout权限配置搞不定,希望designer只可以check out schematic, symbol, 版图工程师只可以check out layout
但是用了下面的设置 (sosd.cfg),Designer 任然可以check out并打开编辑layout,版图工程师任然可以check out并打开编辑开schematic, 请大佬们赐教
OPEN_WORLD no;
-- Project Administrators are given full permissions to manage the project.
ADMIN cad;
ACL {
READ world; -- can be owner, group or world
WRITE group; -- can be owner, group or world
MODIFY_ACL yes; -- can be yes or no
}
GROUP design {
-- Members of group "design".
MEMBER Jack, John, Doe;
ACL {
READ world; -- can be owner, group or world
WRITE group; -- can be owner, group or world
MODIFY_ACL yes; -- can be yes or no
}
}
GROUP layout {
-- Members of group "layout".
MEMBER Steven;
-- Verification engineers for this group
--VERIF_ENGR renoir;
-- Define the default Access Control for 'layout'
ACL {
READ world; -- can be owner, group or world
WRITE owner; -- can be owner, group or world
MODIFY_ACL yes; -- can be yes or no
}
}
注意到sos 同步到本地的schematic, layout的owner都是用户本人,不是创建者,这个是不是问题所在?
|
|