EDIT: Removing unnecessary comment to focus on what’s this about.

Linux keeps prompting me for password when I don’t need it to (installing programs, changing settings etc.) but when I would actually want it to - viewing passwords saved in web browser - it doesn’t. I’d like Linux to prompt me to enter password when viewing passwords saved in browsers. This works by default in Windows. Anyone know how to fix set it on Linux?

System: Linux Mint 21.2 Cinnamon (but it was the same in 21.1).

Browser: Vivaldi 6.1.3035.111 (Stable channel) stable (64-bit), but it’s the same in Waterfox.

  • bertmacho@lemm.ee
    cake
    link
    fedilink
    arrow-up
    8
    ·
    11 months ago

    Nothing to really fix because thats the design. In userland you can do anything, system wide needs elevated credentials. If you don’t want the password prompt, look into aliases and sudoers/pkexec

  • RovingFox@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    11 months ago

    Probably heavy depends on your process to save and use saved passwords. I personally stopped using the web browsers to save my passwords.

  • YAMAPIKARIYA@lemmyfi.com
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    11 months ago

    It asks for password on brave browser. Seems like a browser setting issue.

    Edit: I use latest Linux mint.

  • chayleaf@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    This depends on browser support. I recommend bypassing the issue altogether by using a password manager like Bitwarden (a free as in freedom SaaS) or KeepassXC (a program for using .kdbx password databases which can be synced between devices by you in any way you want, like Nextcloud or Dropbox).

  • ThetaDev@lemmy.fmhy.net
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    11 months ago

    You can configure sudo so that it doesn’t require you to enter a password. However I would strongly discourage this, since it also allows any script or program to execute root commands without your approval.