Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2022-04-23 19:44:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Sat Apr 23 19:44:48 2022 rev:488 rq:970751 version:84.87+git20220419.bf51b75 Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2022-04-14 17:22:49.687078438 +0200 +++ /work/SRC/openSUSE:Factory/.aaa_base.new.1538/aaa_base.changes 2022-04-23 19:44:50.242902793 +0200 @@ -1,0 +2,8 @@ +Tue Apr 19 11:17:08 UTC 2022 - [email protected] + +- Update to version 84.87+git20220419.bf51b75: + * add Yama LSM sysctl setting and description + * Stop lowering the inotify limit + * move DIR_COLORS to where ls.bash is + +------------------------------------------------------------------- Old: ---- aaa_base-84.87+git20220411.adfb912.tar New: ---- aaa_base-84.87+git20220419.bf51b75.tar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.RaVtmA/_old 2022-04-23 19:44:50.986903677 +0200 +++ /var/tmp/diff_new_pack.RaVtmA/_new 2022-04-23 19:44:50.990903682 +0200 @@ -33,7 +33,7 @@ %endif Name: aaa_base -Version: 84.87+git20220411.adfb912%{git_version} +Version: 84.87+git20220419.bf51b75%{git_version} Release: 0 Summary: openSUSE Base Package License: GPL-2.0-or-later @@ -167,6 +167,7 @@ %files %license COPYING +%config(noreplace) /etc/DIR_COLORS %config(noreplace) /etc/sysctl.conf %config /etc/bash.bashrc %config /etc/csh.cshrc @@ -220,7 +221,6 @@ %{_fillupdir}/sysconfig.windowmanager %files extras -%config(noreplace) /etc/DIR_COLORS /etc/skel/.emacs /etc/skel/.inputrc %dir /usr/lib/base-scripts ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.RaVtmA/_old 2022-04-23 19:44:51.034903735 +0200 +++ /var/tmp/diff_new_pack.RaVtmA/_new 2022-04-23 19:44:51.038903739 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/aaa_base.git</param> - <param name="changesrevision">4714140d895dff8efa0c5320c20c6bad7897d7f2</param></service><service name="tar_scm"> + <param name="changesrevision">bf51b7535a7fc50ee907c7d9792ca0dc6d372e5d</param></service><service name="tar_scm"> <param name="url">https://github.com/lnussel/aaa_base.git</param> <param name="changesrevision">0f8eaba2cf2e69db15cce8a4dcf005b6e88f61e6</param></service></servicedata> (No newline at EOF) ++++++ aaa_base-84.87+git20220411.adfb912.tar -> aaa_base-84.87+git20220419.bf51b75.tar ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20220411.adfb912/aaa_base.spec new/aaa_base-84.87+git20220419.bf51b75/aaa_base.spec --- old/aaa_base-84.87+git20220411.adfb912/aaa_base.spec 2022-04-11 09:34:02.000000000 +0200 +++ new/aaa_base-84.87+git20220419.bf51b75/aaa_base.spec 2022-04-19 13:16:19.000000000 +0200 @@ -167,6 +167,7 @@ %files %license COPYING +%config(noreplace) /etc/DIR_COLORS %config(noreplace) /etc/sysctl.conf %config /etc/bash.bashrc %config /etc/csh.cshrc @@ -220,7 +221,6 @@ %{_fillupdir}/sysconfig.windowmanager %files extras -%config(noreplace) /etc/DIR_COLORS /etc/skel/.emacs /etc/skel/.inputrc %dir /usr/lib/base-scripts diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20220411.adfb912/files/usr/lib/sysctl.d/50-default.conf new/aaa_base-84.87+git20220419.bf51b75/files/usr/lib/sysctl.d/50-default.conf --- old/aaa_base-84.87+git20220411.adfb912/files/usr/lib/sysctl.d/50-default.conf 2022-04-11 09:34:02.000000000 +0200 +++ new/aaa_base-84.87+git20220419.bf51b75/files/usr/lib/sysctl.d/50-default.conf 2022-04-19 13:16:19.000000000 +0200 @@ -34,8 +34,8 @@ # else. -net.ipv4.ping_group_range = 0 2147483647 -# increase the number of possible inotify(7) watches -fs.inotify.max_user_watches = 65536 +# increase the number of possible inotify(7) user instances +fs.inotify.max_user_instances = 8192 # Magic SysRq Keys enable some control over the system even if it # crashes (e.g. during kernel debugging). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20220411.adfb912/files/usr/lib/sysctl.d/52-yama.conf new/aaa_base-84.87+git20220419.bf51b75/files/usr/lib/sysctl.d/52-yama.conf --- old/aaa_base-84.87+git20220411.adfb912/files/usr/lib/sysctl.d/52-yama.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/aaa_base-84.87+git20220419.bf51b75/files/usr/lib/sysctl.d/52-yama.conf 2022-04-19 13:16:19.000000000 +0200 @@ -0,0 +1,23 @@ +# Yama is a Kernel LSM to restrict ptrace, see +# https://docs.kernel.org/admin-guide/LSM/Yama.html + + +# ptrace_scope can be set to the following values + +# 0 - classic ptrace permissions +# 1 - restricted ptrace: +# a process must have a predefined relationship with the inferior it wants +# to call PTRACE_ATTACH on. By default, this relationship is that of only +# its descendants when the above classic criteria is also met +# To change the relationship, an inferior can call prctl(PR_SET_PTRACER, +# debugger, ...) to declare an allowed debugger PID to call PTRACE_ATTACH +# on the inferior. +# 2 - admin-only attach: +# only processes with CAP_SYS_PTRACE may use ptrace +# 3 - no attach: +# no process may use ptrace with PTRACE_ATTACH. Once set, this sysctl value +# cannot be changed. +# +# The default value of ptrace_scope is 1. Any value other than 0 will break some +# legitimate usecases. +-kernel.yama.ptrace_scope = 0
