RE: Re: [PATCH 1/1] Smack:- Fix the issue of wrong info printed in ptrace error logs

2022-02-03 Thread Vishal Goel
  Currently tracer process info is printed in object field in smack error log for ptrace check which is wrong. Object process should print the tracee process info. Tracee info is not printed in the smack error logs. So it is not possible to debug the

RE: Re: Re: [PATCH 1/1] Smack:- Fix the issue of wrong info printed in ptrace error logs

2022-02-03 Thread Vishal Goel
> Currently tracer process info is printed in object field in > smack error log for ptrace check which is wrong. > Object process should print the tracee process info. > Tracee info is not printed in the smack error logs. > So it is not possible to debug the ptrace smack

Re: [GIT PULL] Audit fixes for v5.17 (#1)

2022-02-03 Thread pr-tracker-bot
The pull request you sent on Mon, 31 Jan 2022 13:45:53 -0500: > git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git > tags/audit-pr-20220131 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/61fda95541cd0287540da45bb6dcbff2aeab1af9 Thank you! --

Re: [PATCH 1/1] Smack:- Fix the issue of wrong info printed in ptrace error logs

2022-02-03 Thread Casey Schaufler
On 2/3/2022 5:16 AM, Vishal Goel wrote:   Currently tracer process info is printed in object field in smack error log for ptrace check which is wrong. Object process should print the tracee process info. Tracee info is not printed in the smack error logs. So it is not possible to debug