Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 941a67ae12 | |||
| c902208e9c | |||
| 68b7dc1f63 | |||
| 60de7a61a1 |
BIN
quota-4.09.tar.gz
LFS
BIN
quota-4.09.tar.gz
LFS
Binary file not shown.
3
quota-4.10.tar.gz
Normal file
3
quota-4.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a04a0cafca29c15be8b6ac660e06188bccb802c19efe2e7c19ed7f3d667ecf5e
|
||||
size 551775
|
||||
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 9 11:04:12 UTC 2025 - Wolfgang Frisch <wolfgang.frisch@suse.com>
|
||||
|
||||
- Remove `PrivateDevices` systemd hardening from quotad.service because it
|
||||
needs access to block devices in /dev (bsc#1254310).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 10 18:37:20 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to 4.10:
|
||||
* Update Polish translation (Jan Kara)
|
||||
* quotasys: Make detection of QF_META format work for bcachefs (Jan Kara)
|
||||
* quotaio_xfs: Fix memory leak (Pavel Reichl)
|
||||
* setproject: Add support for bcachefs REINHERIT_ATTRS ioctl (Kent Overstreet)
|
||||
* setproject: Simple utility for setting projects on files/directories
|
||||
(Kent Overstreet)
|
||||
* Move user/group/project name translation into common.[ch] (Jan Kara)
|
||||
* Add support for bcachefs (Jan Kara)
|
||||
* Fix building on musl (Brahmajit Das)
|
||||
* quotaio_xfs: Convert remaining quotactl(2) calls to quotactl_handle()
|
||||
(Jan Kara)
|
||||
* quotaio_xfs: Fix quota-tools on XFS (Jan Kara)
|
||||
* quotaio_xfs: Fix error handling in xfs_read_dquot() (Jan Kara)
|
||||
* Disable BSD_BEHAVIOUR by default (Jan Kara)
|
||||
* quotaops: Checking egid with BSD_BEHAVIOR (Jan Kara)
|
||||
* Enable support for tmpfs quotas (Carlos Maiolino)
|
||||
* Add quotactl_fd() support (Carlos Maiolino)
|
||||
* Rename searched_dir->sd_dir to sd_isdir (Carlos Maiolino)
|
||||
* quota-nld: fix open PID file failed when systemd read it (lihaoxiang (F))
|
||||
* edquota: Fix editing of individual user grace times (Jan Kara)
|
||||
* setquota: Avoid false error messages when setting grace times (Jan Kara)
|
||||
* Make configure.ac POSIX compliant (Sam James)
|
||||
* Update required gettext version (Jan Kara)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:30:21 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package quota
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -21,7 +21,7 @@
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: quota
|
||||
Version: 4.09
|
||||
Version: 4.10
|
||||
Release: 0
|
||||
Summary: Disk Quota System
|
||||
License: GPL-2.0-only
|
||||
@@ -126,6 +126,7 @@ cp %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.nfs-quota
|
||||
%{_sbindir}/quotastats
|
||||
%{_sbindir}/repquota
|
||||
%{_sbindir}/setSystemQuotas.pl
|
||||
%{_sbindir}/setproject
|
||||
%{_sbindir}/setquota
|
||||
%{_sbindir}/setquota-ldap.pl
|
||||
%{_sbindir}/warnquota
|
||||
|
||||
@@ -7,7 +7,6 @@ After=network.target
|
||||
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||
ProtectSystem=full
|
||||
ProtectHome=true
|
||||
PrivateDevices=true
|
||||
ProtectHostname=true
|
||||
ProtectClock=true
|
||||
ProtectKernelTunables=true
|
||||
|
||||
Reference in New Issue
Block a user