- 12 Dec, 2022 2 commits
- 06 Dec, 2022 2 commits
- 20 Sep, 2020 1 commit
-
-
intrigeri authored
Spotted by ShellCheck.
-
- 21 Jul, 2020 1 commit
-
-
As tails-spoof-mac is running as root, its messages cannot be translated according to the user settings. This commit solves this problem by reading the localization settings from the environment (/etc/default/locale) in tails-spoof-mac initialization. To make this work, we also set up the desired localization environment before launching tails-unblock-network and tails-spoof-mac.
-
- 27 Jun, 2020 1 commit
-
-
segfault authored
-
- 18 Jun, 2020 5 commits
-
-
segfault authored
... and disable it by default.
-
segfault authored
We want to be able to persist the password file, so we can't delete it. And since the password is now hashed and salted, we don't have to delete it anymore.
-
segfault authored
-
segfault authored
By calling chpasswd with the -e option, it uses the provided hashed and salted password instead of hashing and salting it via PAM. PAM uses SHA512 to hash the password, as configured in /etc/login.defs, so in the call to mkpasswd we set --method=sha512crypt to also use SHA512.
-
segfault authored
To make it easier to persist all of these settings.
-
- 04 Oct, 2019 1 commit
-
-
segfault authored
-
- 01 Oct, 2019 1 commit
-
-
segfault authored
-
- 24 Sep, 2019 1 commit
-
-
segfault authored
-
- 11 Aug, 2019 1 commit
-
-
segfault authored
-
- 10 Aug, 2019 1 commit
-
- 27 Jul, 2019 1 commit
-
-
segfault authored
Those are the files installed by the greeter, from the master branch of the greeter repo (commit 2b1facdbe3c4c9f209cdcf3835a9d52a3147b8a8). All files are copied to the same path they are installed at when installing the greeter Debian package, except for: * The tailsgreeter Python package, which is now installed under /usr/local/lib/python3/ instead of /usr/lib/python3, because that's where we put our own Python packages. * The tails-greeter script, which is now installed in /usr/local/lib/ instead of /usr/bin, because this script should not be executed by the user directly, similar to the other scripts in the lib directory. The Exec= path in tails-greeter.desktop is updated accordingly.
-