Import Debian changes 241-7~deb10u3
systemd (241-7~deb10u3) buster; urgency=medium * core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX. Since kernel 5.2 (but also stable kernels like 4.19.53) the kernel thankfully returns proper errors when we write a value out of range to the sysctl. Which however breaks writing ULONG_MAX to request the maximum value. Hence let's write the new maximum value instead, LONG_MAX. (Closes: #945018) * core: change ownership/mode of the execution directories also for static users. This ensures that execution directories like CacheDirectory and StateDirectory are properly chowned to the user specified in User= before launching the service. (Closes: #919231)
parent
677d5ce9
No related branches found
No related tags found
Showing
- debian/changelog 16 additions, 0 deletionsdebian/changelog
- debian/gbp.conf 2 additions, 1 deletiondebian/gbp.conf
- debian/patches/core-change-ownership-mode-of-the-execution-directories-a.patch 85 additions, 0 deletions...hange-ownership-mode-of-the-execution-directories-a.patch
- debian/patches/core-set-fs.file-max-sysctl-to-LONG_MAX-rather-than-ULONG.patch 34 additions, 0 deletions...et-fs.file-max-sysctl-to-LONG_MAX-rather-than-ULONG.patch
- debian/patches/debian/Revert-core-set-RLIMIT_CORE-to-unlimited-by-default.patch 1 addition, 1 deletion...Revert-core-set-RLIMIT_CORE-to-unlimited-by-default.patch
- debian/patches/execute-remove-one-redundant-comparison-check.patch 29 additions, 0 deletions...tches/execute-remove-one-redundant-comparison-check.patch
- debian/patches/series 3 additions, 0 deletionsdebian/patches/series
Loading
Please register or sign in to comment