Re: [PATCH] tracing/selftests: Add ownership modification tests for eventfs
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2023-12-22 00:39:49
Also in:
linux-kselftest, lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2023-12-22 00:39:49
Also in:
linux-kselftest, lkml
On Thu, 21 Dec 2023 19:35:51 -0500 Steven Rostedt [off-list ref] wrote:
+ +# find another owner and group that is not the original +other_group=`tac /etc/group | grep -v ":$original_group:" | head -1 | cut -d: -f3` +other_owner=`tac /etc/passwd | grep -v ":$original_group:" | head -1 | cut -d: -f3`
Bah, cut and paste error. Let me send a v2 It only worked because $original_group == $original_owner :-/ -- Steve