diff options
author | Russ Allbery <rra@stanford.edu> | 2013-04-08 12:50:24 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-04-08 12:53:25 -0700 |
commit | 8c8830789ec30601f995ba7d958499092d73a736 (patch) | |
tree | 23456856c376f2508927f01b1407918646f32653 /perl/Wallet/Policy | |
parent | 15fea5552df18667b39fce620488ed6c48bd7329 (diff) |
Update the wallet ACL for its-apps in Stanford policy
Change-Id: Ie4c0af7b218fcd00fc6f39514967c9e38e12b1be
Reviewed-on: https://gerrit.stanford.edu/1023
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl/Wallet/Policy')
-rw-r--r-- | perl/Wallet/Policy/Stanford.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Wallet/Policy/Stanford.pm b/perl/Wallet/Policy/Stanford.pm index 5e04b4f..4386594 100644 --- a/perl/Wallet/Policy/Stanford.pm +++ b/perl/Wallet/Policy/Stanford.pm @@ -43,7 +43,7 @@ our $DOMAIN = 'stanford.edu'; # non-host-based objects owned by that group. This default is entirely # Stanford-specific, even more so than the rest of this file. our %ACL_FOR_GROUP = ( - 'its-apps' => 'group/sharedapps', + 'its-apps' => 'group/its-app-support', 'its-crc-sg' => 'group/crcsg', 'its-idg' => 'group/its-idg', 'its-rc' => 'group/its-rc', |