From e041c43c8961880cebbc18c1be59bde99582ea2a Mon Sep 17 00:00:00 2001 From: wens Date: Mon, 8 Aug 2005 14:23:24 +0000 Subject: =?UTF-8?q?add=20super=20sys=20support=20op=20(=E7=BE=A4=E7=B5=84?= =?UTF-8?q?=E9=95=B7)=20HUGETLB=20doesn't=20need=20root?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3010 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/perm.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/perm.h b/include/perm.h index 03e5b432..c49de88e 100644 --- a/include/perm.h +++ b/include/perm.h @@ -28,21 +28,21 @@ #define PERM_VIEWSYSOP 000004000000 /* 視覺站長 */ #define PERM_LOGUSER 000010000000 /* 觀察使用者行蹤 */ #define PERM_NOCITIZEN 000020000000 /* 搋奪公權 */ -#define PERM_RELATION 000040000000 /* 公關組 */ +#define PERM_SYSSUPERSUBOP 000040000000 /* 群組長 */ #define PERM_ACCTREG 000100000000 /* 帳號審核組 */ #define PERM_PRG 000200000000 /* 程式組 */ #define PERM_ACTION 000400000000 /* 活動組 */ #define PERM_PAINT 001000000000 /* 美工組 */ #define PERM_LAW 002000000000 /* 立法組 */ #define PERM_SYSSUBOP 004000000000 /* 小組長 */ -#define PERM_MSYSOP 010000000000 /* 一級主管 */ +#define PERM_OLDSYSOP 010000000000 /* 退休站長 */ #define PERM_PTT 020000000000 /* Ptt */ #define NUMPERMS 32 #define PERM_DEFAULT (PERM_BASIC | PERM_CHAT | PERM_PAGE ) -#define PERM_MANAGER (PERM_RELATION | PERM_ACCTREG | PERM_ACTION | PERM_PAINT | PERM_LAW) -#define PERM_ADMIN (PERM_ACCOUNTS | PERM_SYSOP | PERM_SYSSUBOP | PERM_MANAGER | PERM_BM) +#define PERM_MANAGER (PERM_ACCTREG | PERM_ACTION | PERM_PAINT | PERM_LAW) +#define PERM_ADMIN (PERM_ACCOUNTS | PERM_SYSOP | PERM_SYSSUBOP | PERM_SYSSUPERSUBOP | PERM_MANAGER | PERM_BM) #define PERM_ALLBOARD (PERM_SYSOP | PERM_BOARD) #define PERM_LOGINCLOAK (PERM_SYSOP | PERM_ACCOUNTS) #define PERM_SEEULEVELS (PERM_SYSOP) -- cgit v1.2.3