From 61673960b9f01553a85322665572d731b730acce Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 24 Oct 2008 15:20:36 +0000 Subject: 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 --- openssh.roles | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'openssh.roles') 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 -- cgit v1.2.3