diff --git a/.gitattributes b/.gitattributes
index c3119e5..a610125 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -22,4 +22,4 @@
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
-aaa_base-84.87+git20240523.10a5692.tar filter=lfs diff=lfs merge=lfs -text
+aaa_base-84.87+git20240614.332933e.tar filter=lfs diff=lfs merge=lfs -text
diff --git a/_servicedata b/_servicedata
index c1a4cf7..a039bff 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,5 +1,5 @@
https://github.com/openSUSE/aaa_base.git
- 10a56928297e6a9a2f4aa06a7fbb02d72534f724
-
+ 332933ea064cb93ca78cc45ad76aea46a4ed0e41
+
\ No newline at end of file
diff --git a/aaa_base-84.87+git20240523.10a5692.tar b/aaa_base-84.87+git20240523.10a5692.tar
deleted file mode 100644
index a41cff3..0000000
--- a/aaa_base-84.87+git20240523.10a5692.tar
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:790e6157af0f0098ca0aff8e515be72bdc6198472bc4aad6868d5cfb42885a28
-size 358400
diff --git a/aaa_base-84.87+git20240614.332933e.tar b/aaa_base-84.87+git20240614.332933e.tar
new file mode 100644
index 0000000..ed5061e
--- /dev/null
+++ b/aaa_base-84.87+git20240614.332933e.tar
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dbc17545c62d7d7c4c78495f403ebd1eef381695694a9af521832274260876f9
+size 358400
diff --git a/aaa_base.changes b/aaa_base.changes
index f638d07..f372853 100644
--- a/aaa_base.changes
+++ b/aaa_base.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Fri Jun 14 12:18:04 UTC 2024 - ro@suse.com
+
+- Update to version 84.87+git20240614.332933e:
+ * Do not save/restore cursor for foot at status line
+ * Add tmux and others to DIR_COLORS (Issue #116)
+ * Remove kernel.pid_max limit (bsc#1219038)
+ * Add subpackge to enable ptrace
+
-------------------------------------------------------------------
Fri May 24 11:48:00 UTC 2024 - kukuk@suse.com
diff --git a/aaa_base.spec b/aaa_base.spec
index 7275f83..4c4fb7c 100644
--- a/aaa_base.spec
+++ b/aaa_base.spec
@@ -33,7 +33,7 @@ BuildRequires: git-core
%endif
Name: aaa_base
-Version: 84.87+git20240523.10a5692%{git_version}
+Version: 84.87+git20240614.332933e%{git_version}
Release: 0
Summary: openSUSE Base Package
License: GPL-2.0-or-later
@@ -103,6 +103,18 @@ This package includes some special settings needed on Windows Subsystem
for Linux. It should only be installed on WSL and not on regular Linux
systems.
+%package yama-enable-ptrace
+Summary: sysctl setting to allow ptrace with the YAMA LSM enabled
+Group: System/Fhs
+Requires: %{name} = %{version}
+
+%description yama-enable-ptrace
+When the YAMA LSM is enabled, ptrace is restriced by default. On
+developer systems this has an impact on e.g. strace and gdb. So
+this package contains a setting that allows ptrace again.
+
+See https://docs.kernel.org/admin-guide/LSM/Yama.html
+
%prep
%setup -q
@@ -210,7 +222,8 @@ mkdir -p %{buildroot}%{_fillupdir}
/usr/share/man/man1/smart_agetty.1*
/usr/share/man/man5/defaultdomain.5*
/usr/share/man/man8/service.8*
-/usr/lib/sysctl.d/*.conf
+/usr/lib/sysctl.d/50-default.conf
+/usr/lib/sysctl.d/51-network.conf
%dir %{_libexecdir}/initscripts
%dir %{_libexecdir}/initscripts/legacy-actions
%{_fillupdir}/sysconfig.language
@@ -238,4 +251,7 @@ mkdir -p %{buildroot}%{_fillupdir}
/usr/etc/profile.d/wsl.csh
/usr/etc/profile.d/wsl.sh
+%files yama-enable-ptrace
+/usr/lib/sysctl.d/52-yama.conf
+
%changelog