Catch-all aliases working again
[hcoop/domtool2.git] / scripts / domtool-addacl
CommitLineData
385c3534
AC
1#!/bin/sh -e
2
3domtool-admin grant $1 user $1
8c841b48 4domtool-admin grant $1 path `sh -c "echo ~$1"`
ffc8cf43
AM
5
6# disabled since we want to discourage the use of unix groups
7#domtool-admin grant $1 group $1