- Jan 19, 2024
-
-
David Runge authored
To streamline file installation, use an associative array to declare targets, source file, mode, user and group owner. Be verbose about the installation of files. Add usr/share/factory/etc/profile.d/locale.sh, so that etc/ profile.d/ locale.sh can be replaced by a factory file in case /etc is deleted. Extend tmpfiles.d setup for etc/profile.d/locale.sh. Add /etc/arch-release as file (also to factory), as it is seemingly still used by legacy OS detection methods (looking at you cmake). Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Add a local associative array to unify the data representation of the installed directories, their mode, user and group ownerships. Add a local associative array to streamline the representation of symlinks names and their targets. Be verbose about directory and symlink creation. Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Release various new changes: - Add additional ld.so.conf dir with /usr/lib/ld.so.conf.d/ - Update root's shell to /usr/bin/bash - Update BUG_REPORT_URL to new GitLab location Update maintainer info.
-
The bug tracker moved from Flyspray to GitLab. See https://lists.archlinux.org/hyperkitty/list/arch-dev-public@lists.archlinux.org/thread/WYXDTJ3TR2DWRQCDZK44BQDH67IDVGTS/
-
- Jan 18, 2024
-
-
nl6720 authored
Match the SHELL value in /etc/default/useradd. Related to shadow@16ecf814
-
Closes #6
-
- Sep 18, 2023
-
-
David Runge authored
Add valid locations in /usr/bin to shells: https://bugs.archlinux.org/task/33677 Remove custom umask setting from /etc/profile: https://bugs.archlinux.org/task/66068 Set architecture to 'any' as we are not shipping architecture-specific files in this package. Set license to GPL-3.0-or-later to align with https://terms.archlinux.org/docs/terms-of-service/#_contribution_licenses
-
David Runge authored
As we want to centralize the umask setting via `UMASK` and `HOME_MODE` in /etc/login.defs, we rely on pam_umask.so and no longer need a custom umask setting in /etc/profile. https://bugs.archlinux.org/task/66068 Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
- Sep 03, 2023
-
- Jan 31, 2023
-
- Jan 30, 2023
-
- Oct 18, 2022
-
- Oct 17, 2022
-
-
Sébastien Luttringer authored
- add /etc/subuid and /etc/subgid files (FS#68741)
-
- Dec 07, 2021
-
-
Sébastien Luttringer authored
- use systemd recommended settings for /etc/nsswitch.conf
-
- Dec 06, 2021
-
-
Sébastien Luttringer authored
- implement FS#72870
-
- Dec 04, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
- Nov 11, 2021
-
- May 31, 2021
-
- Jan 19, 2021
-
- Sep 02, 2020
-
- Aug 30, 2020
-
-
Sébastien Luttringer authored
- make append_path function available to profile.d scripts (see FS#66338)
-
- Aug 21, 2020
-
- May 19, 2020
-
- May 07, 2020
-
-
Sébastien Luttringer authored
This will prevent root login with an empty password on a fresh Arch Linux installation. This is only about the default behaviour, you could restore the previous one by running `passwd -d root'. Please note, this is not recommended and behave inconsistenly between applications. We use a trick in the shadow file to set a default password which never allow login by using this password. The special value '*' is used in the shadow file. We don't use '!', '!!', '!*' on purpose. The special '!' char, which should mean password locked (and not account locked) is interpreted by some applications (e.g. sshd) as an account locked and will prevent root login. This change was suggested by Lennart Poettering and Zbigniew Jedrzejewski-Szmek to security@archlinux.org.
- May 03, 2020
-
- May 02, 2020
-
-
Sébastien Luttringer authored
- fix FS#66499
-
- Nov 13, 2019
-
- Oct 06, 2019
-
- May 23, 2019
-
- May 02, 2019
-
- Dec 06, 2018
-
-
Sébastien Luttringer authored
- Restore ID - Add BUILD_ID - Add DOCUMENTATION_URL
-
Sébastien Luttringer authored
- fid FS#58499
- Aug 21, 2018
-
- Jan 05, 2018
-
-
Sébastien Luttringer authored
$ locale | cut -d= -f1 | grep -v LC_ALL | sed /^LANG$/aLANGUAGE | paste -sd' ' | fold -w 70 -s | sed -e 's/ $/ \\/' -e '1s/^/export /' -e '2,$s/^/ /'
-
Sébastien Luttringer authored
- Restore previous loading of /etc/locale.sh
-
- Dec 31, 2017
-