Make HTML pretty-printing prettier
[hcoop/domtool2.git] / scripts / domtool-addacl
1 #!/bin/sh -e
2
3 domtool-admin grant $1 user $1
4 domtool-admin grant $1 path `sh -c "echo ~$1"`
5
6 # disabled since we want to discourage the use of unix groups
7 #domtool-admin grant $1 group $1