.. _disable-acl: Disable ACL ======================================== You can turn off FindFace Security ACL if you do not need it, as the constant permission checks consume a significant amount of system resources. Do the following: #. Open the ``findface-security`` 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