diff options
author | jeff <jeff> | 2007-07-18 03:23:29 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-07-18 03:23:29 +0000 |
commit | 401a7e924a25f4364d55d2914c0840831957a967 (patch) | |
tree | c5ab6e9eb73567ce1aa82fb5c3e914a28afc7c46 /FS | |
parent | db0a14018d1ce8e2b69ee46a57304007f5dca6e4 (diff) |
svc_acct.dir should be editable with ACL (#1730)
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/AccessRight.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 7a8bfc2c4..de3423a49 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -117,6 +117,7 @@ assigned to users and/or groups. # customer service rights ### 'Edit usage', #NEW + 'Edit home dir', #NEW 'Edit www config', #NEW 'View customer services', #NEW 'Provision customer service', |