Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixing group vs stem issue
John Gasper committed Oct 4, 2018
1 parent 954ca44 commit a9e5892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex201/ex201.2.end/container_files/seed-data/bootstrap.gsh
@@ -27,4 +27,4 @@ addStem("ref:app", "vpn", "vpn")
addStem("ref:app:vpn", "etc", "etc")
addGroup("ref:app:vpn:etc", "vpn_admins", "vpn_admins")

grantPriv("ref:app:vpn", "ref:app:vpn:etc:vpn_admins", AccessPrivilege.ADMIN)
grantPriv("ref:app:vpn", "ref:app:vpn:etc:vpn_admins", NamingPrivilege.STEM)

0 comments on commit a9e5892

Please sign in to comment.