summaryrefslogtreecommitdiffstats
path: root/fetchmail.roles
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-10-24 15:20:36 +0000
committerTed Trask <ttrask01@yahoo.com>2008-10-24 15:20:36 +0000
commit4636b393fa319764eb7547011931b87093fae153 (patch)
tree0b43e4178e4b4d3450c351628e745dd26ebf8e51 /fetchmail.roles
parent44f5f9d989a0a928ea0f1b651b91c6dc092208f9 (diff)
downloadacf-fetchmail-4636b393fa319764eb7547011931b87093fae153.tar.bz2
acf-fetchmail-4636b393fa319764eb7547011931b87093fae153.tar.xz
Minor change to roles code and major change to roles. Replaced ALL, CREATE, READ, UPDATE, and DELETE with GUEST, USER, EDITOR, EXPERT, and ADMIN. Changed all roles files and modified some html files to hide options without permissions. Determine default roles from roles files, rather than hard-coded, and added ability to modify default roles by adding permissions.
git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'fetchmail.roles')
-rw-r--r--fetchmail.roles8
1 files changed, 4 insertions, 4 deletions
diff --git a/fetchmail.roles b/fetchmail.roles
index 2f61cd3..97dae19 100644
--- a/fetchmail.roles
+++ b/fetchmail.roles
@@ -1,4 +1,4 @@
-READ=fetchmail:status
-UPDATE=fetchmail:expert,fetchmail:startstop,fetchmail:config,fetchmail:editconfig,fetchmail:listentries,fetchmail:editentry
-DELETE=fetchmail:deleteentry
-CREATE=fetchmail:createentry
+USER=fetchmail:status,fetchmail:startstop
+EDITOR=fetchmail:config,fetchmail:editconfig,fetchmail:listentries,fetchmail:editentry,fetchmail:deleteentry,fetchmail:createentry
+EXPERT=fetchmail:expert
+ADMIN=fetchmail:status,fetchmail:startstop,fetchmail:config,fetchmail:editconfig,fetchmail:listentries,fetchmail:editentry,fetchmail:deleteentry,fetchmail:createentry,fetchmail:expert