aboutsummaryrefslogtreecommitdiff
path: root/etc/snippets
diff options
context:
space:
mode:
authorZheng Junjie <873216071@qq.com>2023-07-12 14:39:28 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-02 22:27:39 +0800
commitf7f3d98e2d14382461360d1cae081dd916df7f06 (patch)
tree6f6860001800b1399286dc0a720a0628f0b7e645 /etc/snippets
parentc46dc0a4928adf0f22882c12d737c6870c5d0410 (diff)
downloadguix-f7f3d98e2d14382461360d1cae081dd916df7f06.tar.gz
guix-f7f3d98e2d14382461360d1cae081dd916df7f06.zip
gnu: kholidays: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kholidays): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'etc/snippets')
0 files changed, 0 insertions, 0 deletions
e symlinks during home directory creation....Fixes <https://bugs.gnu.org/47584>. * gnu/build/activation.scm (copy-account-skeletons): Do not chown the home directory; leave this to 'activate-user-home'. (activate-user-home): Only chown the home directory after the account skeletons have been copied. Co-authored-by: Ludovic Courtès <ludo@gnu.org>. Maxime Devos 2021-03-10services: Prevent following symlinks during activation....This addresses a potential security issue, where a compromised service could trick the activation code in changing the permissions, owner and group of arbitrary files. However, this patch is currently only a partial fix, due to a TOCTTOU (time-of-check to time-of-use) race, which can be fixed once guile has bindings to openat and friends. Fixes: <https://lists.gnu.org/archive/html/guix-devel/2021-01/msg00388.html> * gnu/build/activation.scm: new procedure 'mkdir-p/perms'. * gnu/services/authentication.scm (%nslcd-activation, nslcd-service-type): use new procedure. * gnu/services/cups.scm (%cups-activation): likewise. * gnu/services/dbus.scm (dbus-activation): likewise. * gnu/services/dns.scm (knot-activation): likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2021-02-09activation: Do not make setuid programs setgid-root [security]....Fixes <https://bugs.gnu.org/46395>. Reported by Duncan Overbruck <mail@duncano.de>. * gnu/build/activation.scm (activate-setuid-programs): Change TARGET mode to not be setgid.