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 --- usr/local/www/system_usermanager_addprivs.php | 181 ++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 usr/local/www/system_usermanager_addprivs.php (limited to 'usr/local/www/system_usermanager_addprivs.php') diff --git a/usr/local/www/system_usermanager_addprivs.php b/usr/local/www/system_usermanager_addprivs.php new file mode 100644 index 0000000..61758b7 --- /dev/null +++ b/usr/local/www/system_usermanager_addprivs.php @@ -0,0 +1,181 @@ + + +"> + + + +
+
+ + + + + + + + + + + + + +
+ +
+ +
+ Select a privilege from the list above for a description +
  + " /> + " onclick="history.back()" /> + + + +
+
+ + + -- cgit v1.1