diff options
author | Mike Mason <ms13sp@gmail.com> | 2008-03-12 20:31:04 +0000 |
---|---|---|
committer | Mike Mason <ms13sp@gmail.com> | 2008-03-12 20:31:04 +0000 |
commit | 3fd2eabb1c6ed07f5f83766bde294c46dbe9a560 (patch) | |
tree | 095b45b920d22f59f2005e94a29099c0c2658c1b /roles | |
parent | c1361dd9a6740d3305da1bb314eec8f50c56f555 (diff) | |
download | acf-core-3fd2eabb1c6ed07f5f83766bde294c46dbe9a560.tar.bz2 acf-core-3fd2eabb1c6ed07f5f83766bde294c46dbe9a560.tar.xz |
Still doesn't fully work but acf_www menu and page authorization is coming along...
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@832 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'roles')
-rw-r--r-- | roles | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ CREATE=syslog:config,syslog:status -READ=skins:read,alpineversion:read,interfaces:read,logfiles:status +READ=skins:read,alpineversion:read,interfaces:read,logfiles:status,password:status,welcome:read,health:system,health:storage,health:network,health:modules,health:proc UPDATE=skins:update,syslog:expert DELETE=interfaces:delete,logfiles:delete -ALL=welcome:read,interfaces:read,health:system,skins:read +ALL=welcome:read,interfaces:read,health:system |