commit | 764cfc249f88acc00510ecd39ff97347c2326887 | [log] [tgz] |
---|---|---|
author | Robin Thellend <rthellend@google.com> | Thu Apr 02 17:47:25 2015 -0700 |
committer | Robin Thellend <rthellend@google.com> | Thu Apr 02 17:47:26 2015 -0700 |
tree | 955bc7f0c9273ccbd5924e6c058146e9a6283aad | |
parent | 3fc30c9f311a0fc65fdc50c6740027f7b4784ca2 [diff] |
services/security/roled/internal: Allow imports from other roles This change makes it possible to share member sets between roles, which should make managing the member sets a lot easier. The config now has a ImportMembers files that contains the names of the other roles to import from. Example: role1.conf: Members = [ A, B, C ] role2.conf: ImportMembers = [ role1 ] Then role2's members are A, B, C. Change-Id: Ibcad056f2735d5071cecb454639cde0aca5664c8