From 6b07c15ad870f24e783a23c4a64fbb73958543ad Mon Sep 17 00:00:00 2001 From: Matthew Grooms Date: Fri, 1 Aug 2008 06:30:34 +0000 Subject: Rewrite the pfsense privilege system with the following goals in mind ... 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages --- cf/conf/config.xml | 71 +++++++++++++++++++++--------------------------------- 1 file changed, 27 insertions(+), 44 deletions(-) (limited to 'cf') diff --git a/cf/conf/config.xml b/cf/conf/config.xml index c142298..aa4267e 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -1,7 +1,7 @@ - 4.9 + 5.0 nervecenter @@ -31,14 +31,14 @@ 1 - Disable sending IPv4 redirects + Enable sending IPv4 redirects net.inet.ip.redirect - 0 + 1 - Disable sending IPv6 redirects + Enable sending IPv6 redirects net.inet6.ip6.redirect - 0 + 1 Generate SYN cookies for outbound SYN-ACK packets @@ -104,11 +104,10 @@ Enable TCP Inflight mode net.inet.tcp.inflight.enable 1 - + normal - priq pfSense local @@ -117,16 +116,16 @@ all All Users system - 1998 + 0 admins System Administrators system - ANY - index.php - 110 + 1999 + 0 + page-all admin @@ -135,29 +134,12 @@ admins $1$dSJImFph$GvZ7.1UbuWu.Yb8etC0re. 0 - - lockwc - Lock webConfigurator - Indicates whether this user will lock access to the webConfigurator for other users. - - - lock-ipages - Lock individual pages - Indicates whether this user will lock individual HTML pages after having accessed a particular page(the lock will be freed if the user leaves or saves the page form). - - - hasshell - Has shell access - Indicates whether this user is able to login for example via SSH. - - - isroot - Is root user - This user is associated with the UNIX root user (you should associate this privilege only with one single user). - + user-lock-webcfg + user-lock-ipages + user-shell-access - 115 - 115 + 2000 + 2000 Etc/UTC 300 0.pfsense.pool.ntp.org @@ -172,7 +154,7 @@ --> - yes + yes @@ -202,7 +184,7 @@ - + @@ -534,6 +516,7 @@ + - - - 0 @@ -770,4 +744,13 @@ /usr/local/sbin/reset_slbd.sh + + + -- cgit v1.1