.. _disable-acl: Disable ACL ======================================== You can turn off FindFace Multi ACL if you do not need it, as the constant permission checks consume a significant amount of system resources. Do the following: #. Open the ``/etc/findface-security/config.py`` configuration file. .. code:: sudo vi /etc/findface-security/config.py #. Set ``ENABLE_ACL = False``. .. code:: ... ENABLE_ACL = False #. Restart ``findface-security``. .. code:: sudo systemctl restart findface-security.service