Hi, > The easiest workaround I can see would be to add a line in > /etc/sudoers for the amnesia user,
It would work to grant sudo credentials to the amnesia user, but it's not enough: it would not make PolicyKit consider this user to be an admin (see /etc/polkit-1/localauthority.conf.d/51-debian-sudo.conf), which is at least as useful as sudoer status nowadays. The suggested workaround should be completed by having the PostLogin/Default script create a file named /etc/polkit-1/localauthority.conf.d/52-tails.conf, with following content, iff. a admin password was provided: [Configuration] AdminIdentities=unix-user:1000 (Untested.) Bye, -- intrigeri <[email protected]> | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc | If you must label the absolute, use it's proper name: Temporary. _______________________________________________ tails-dev mailing list [email protected] https://boum.org/mailman/listinfo/tails-dev
