summaryrefslogtreecommitdiffstats
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
commit61673960b9f01553a85322665572d731b730acce (patch)
tree1908e1dce90addb30ad3b2b9395da55442f60cc7
parent969b9a4e40ceff5f0d1bced1d903c6cc2494e2e1 (diff)
downloadacf-openssh-61673960b9f01553a85322665572d731b730acce.tar.bz2
acf-openssh-61673960b9f01553a85322665572d731b730acce.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/openssh/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--openssh.roles6
1 files changed, 4 insertions, 2 deletions
diff --git a/openssh.roles b/openssh.roles
index 5ff2469..2a17764 100644
--- a/openssh.roles
+++ b/openssh.roles
@@ -1,2 +1,4 @@
-READ=openssh:status,openssh:logfile,openssh:connectedpeers,openssh:welcome,
-UPDATE=openssh:expert,openssh:config,openssh:startstop,
+USER=openssh:status,openssh:logfile,openssh:connectedpeers,openssh:welcome,openssh:startstop
+EDITOR=openssh:config
+EXPERT=openssh:expert
+ADMIN=openssh:status,openssh:logfile,openssh:connectedpeers,openssh:welcome,openssh:startstop,openssh:config,openssh:expert