Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    "squidGuard" and "Proxy filter" not found when creating groups.

    Scheduled Pinned Locked Moved Cache/Proxy
    6 Posts 3 Posters 1.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jairoraiol
      last edited by

      Hi all!

      Under "System / User Manager / Groups" not found "squidGuard" or "Proxy filter" for inclusion in the "Assigned Privileges".

      Grateful for any help.

      1 Reply Last reply Reply Quote 0
      • D
        doktornotor Banned
        last edited by

        No such thing exists for SG. Squid 3.4 is under WebCfg - Services: Squid3 package

        1 Reply Last reply Reply Quote 0
        • J
          jairoraiol
          last edited by

          Ok doktornotor. However, "WebCFG - Services: squid3 package" is not enough.
          The new user will also need to access the "Proxy filter".

          Grateful.

          1 Reply Last reply Reply Quote 0
          • KOMK
            KOM
            last edited by

            I'm not sure that the pfSense user framework even integrates with squidGuard at all.

            1 Reply Last reply Reply Quote 0
            • D
              doktornotor Banned
              last edited by

              /etc/inc/priv/squidguard.priv.inc

              
              /*
                      squidguard.priv.inc
                      part of pfSense (http://www.pfSense.org/)
                      Copyright (C) 2015 ESF, LLC
                      All rights reserved.
              
                      Redistribution and use in source and binary forms, with or without
                      modification, are permitted provided that the following conditions are met:
              
                      1\. Redistributions of source code must retain the above copyright notice,
                         this list of conditions and the following disclaimer.
              
                      2\. Redistributions in binary form must reproduce the above copyright
                         notice, this list of conditions and the following disclaimer in the
                         documentation and/or other materials provided with the distribution.
              
                      THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
                      INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
                      AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
                      AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
                      OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
                      SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
                      INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
                      CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
                      ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
                      POSSIBILITY OF SUCH DAMAGE.
              */
              global $priv_list;
              
              $priv_list['page-services-squidguard'] = array();
              $priv_list['page-services-squidguard']['name'] = "WebCfg - Services: SquidGuard package";
              $priv_list['page-services-squidguard']['descr'] = "Allow access to SquidGuard package GUI";
              $priv_list['page-services-squidguard']['match'] = array();
              
              $priv_list['page-services-squidguard']['match'][] = "pkg.php?xml=squidguard.xml*";
              $priv_list['page-services-squidguard']['match'][] = "pkg.php?xml=squidguard_acl.xml*";
              $priv_list['page-services-squidguard']['match'][] = "pkg.php?xml=squidguard_default.xml*";
              $priv_list['page-services-squidguard']['match'][] = "pkg.php?xml=squidguard_dest.xml*";
              $priv_list['page-services-squidguard']['match'][] = "pkg.php?xml=squidguard_sync.xml*";
              $priv_list['page-services-squidguard']['match'][] = "pkg.php?xml=squidguard_time.xml*";
              $priv_list['page-services-squidguard']['match'][] = "pkg.php?xml=squidguard_rewr.xml*";
              
              $priv_list['page-services-squidguard']['match'][] = "pkg_edit.php?xml=squidguard.xml*";
              $priv_list['page-services-squidguard']['match'][] = "pkg_edit.php?xml=squidguard_acl.xml*";
              $priv_list['page-services-squidguard']['match'][] = "pkg_edit.php?xml=squidguard_default.xml*";
              $priv_list['page-services-squidguard']['match'][] = "pkg_edit.php?xml=squidguard_dest.xml*";
              $priv_list['page-services-squidguard']['match'][] = "pkg_edit.php?xml=squidguard_sync.xml*";
              $priv_list['page-services-squidguard']['match'][] = "pkg_edit.php?xml=squidguard_time.xml*";
              $priv_list['page-services-squidguard']['match'][] = "pkg_edit.php?xml=squidguard_rewr.xml*";
              
              $priv_list['page-services-squidguard']['match'][] = "squidguard_blacklist.php*";
              $priv_list['page-services-squidguard']['match'][] = "squidguard_log.php*";
              
              ?>
              
              
              1 Reply Last reply Reply Quote 0
              • J
                jairoraiol
                last edited by

                Thank you very much doktornotor!

                It worked perfectly.

                His work is very important for the adoption of the platform.
                A big hug.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.