[LINUX] What to do if fprintd requires a password when registering your fingerprint

When I was using fprintd on Arch Linux, I suddenly was asked for privileges when registering my fingerprint, so I investigated and managed to do it.

Change part

xml:/usr/share/polkit-1/actions/net.reactivated.fprint.device.policy


<action id="net.reactivated.fprint.device.enroll">
  <description>Enroll new fingerprints</description>
  (Omission)
  <defaults>
    <allow_any>no</allow_any>
    <allow_inactive>no</allow_inactive>


-   <allow_active>auth_self_keep</allow_active>

+   <allow_active>yes</allow_active>


  </defaults>

Rewrite the element of \ <allow_active > from "auth_self_keep" to "yes".

After that, restart the polkit daemon (systemctl restart polkit.service in a systemd environment) and you should be able to register your fingerprint without a password.

Recommended Posts

What to do if fprintd requires a password when registering your fingerprint
What to do if your Jupyter Notebook for beginners asks for a password or token
What to do if you forget your login password on Manjaro Linux
What to do when gdal_merge creates a huge file
What to do if a UnicodeDecodeError occurs in pip
What to do if ubuntu says your password is too short to change [passwd command] [ubuntu]
What to do if you get a memory error when converting from PySparkDataFrame to PandasDataFrame
What to do if pip gives a DistributionError in Homebrew
What to do when a Remove Error occurs when updating conda
What to do if a 0xC0000005 error occurs in tf.train.start_queue_runners ()
What to do if package installation fails when deploying to heroku
What to do if you lose your EC2 key pair
What to do when Ubuntu crashes
What to do if yum breaks
[AWS] What to do when the ping command causes a "timeout"
What to do if you get a minus zero in Python
What to do when a video cannot be read by cv2.VideoCapture
What to do if you get a UnicodeDecodeError with pip install
What to do if Insecure Platform Warning appears when running Python
What to do if you can't build your project with Maven
What to do if you get a must override `get_config` error when trying to model.save in Keras
What to do if your disk runs out due to MySQL binary logs
What to do if an error occurs when importing numpy with VScode
What to do if you get an error when installing Dlib (Ubuntu)
What to do when a warning message is displayed in pip list
What to do if you get a "Wrong Python Platform" warning when using Python with the NetBeans IDE
What to do if you should have set an ssh key but are prompted for a password
[Django] What to do if an Integrity Error occurs when registering data from the management site to the database
What to do if you get a Permission denied (public key) error when trying to pull on Github
What to do if you get an error when trying to send a message in tasks.loop () immediately after startup
What to do if you get a "No versions found" error in pipenv
What to do if CERTIFICATE_VERIFY_FAILED occurs when nltk.download () is done on macOS pyhon
What to do if pipreqs results in UnicodeDecodeError
What to do if you can't pipenv shell
Note: What to do if pip install fails
What to do if mod_fcgid cannot resolve UnicodeEncodeError
What to do when a warning appears around Python integration in Neovim's CheckHealth
What to do if rails s doesn't work
What to do if Django can't load an image from a static folder
What to do if a Unicode Encode Error occurs in Sublime Text Python
What to do if you get an error when installing python with pyenv
What to do if you are told "Import Error: cannot import name'HTTPSHandler'" when building a virtual environment using virtualenv
What to do if atom autocomplete-python doesn't work
What to do if abort is displayed when inputting camera video in OpenCV
What to do if an error occurs when loading a python project created with poetry into VS Code
What to do if NotADirectoryError: [Errno 20] Not a directory:'xdg-settings' appears in jupyter notebook
What to do if Docker-sync suddenly stops working
What to do if a version error occurs in the selenium Chrome driver
What to do if "amazon-linux-extras" → "No module named amazon_linux_extras"
What to do when you want to receive files from a Windows client remotely
What to do if a communication error occurs due to proxy when installing with package management of pip, npm, gem
What to do if you get an "unknown service" error from your gRPC server
What to do if "export" keeps appearing on terminal when trying to put Python on macOS
What to do if you get an OpenSSL error when installing Python 2 with pyenv
What to do if pvcreate produces a lot of WARNING and cannot be created
What to do if you get an error when importing matplotlib in Python (Mac)
What to do if you get an Import Error when importing matplotlib with Jupyter
What to do if you don't want to use Japanese column names when using ortoolpy.logistics_network
What to do if you get the error ʻERR_FEATURE_UNAVAILABLE_ON_PLATFORM` when using ts-node-dev on Linux
What to do if pip install fails in Xcode 5.1
[Go 1.13] What to do when unexpected directory layout: appears