Re: [PATCH v3 3/3] perf docs: introduce security.txt file to document related issues
From: Arnaldo Carvalho de Melo <hidden>
Date: 2020-05-18 17:06:22
Also in:
lkml, selinux
From: Arnaldo Carvalho de Melo <hidden>
Date: 2020-05-18 17:06:22
Also in:
lkml, selinux
Em Mon, May 18, 2020 at 07:50:21PM +0300, Alexey Budankov escreveu:
On 18.05.2020 18:59, Arnaldo Carvalho de Melo wrote:quoted
Em Thu, Apr 30, 2020 at 10:16:34AM +0300, Alexey Budankov escreveu:quoted
Publish instructions on how to apply LSM hooks for access control to perf_event_open() syscall on Fedora distro with Targeted SELinux policy and then manage access to the syscall.I'm fixing these up: [acme@five perf]$ am /wb/1.patch Applying: perf docs: introduce security.txt file to document related issues .git/rebase-apply/patch:46: space before tab in indent. wake_alarm .git/rebase-apply/patch:47: space before tab in indent. block_suspend .git/rebase-apply/patch:48: space before tab in indent. audit_read .git/rebase-apply/patch:51: trailing whitespace. .git/rebase-apply/patch:54: trailing whitespace.This is output of diff utility. Hopefully it is still applicable after fixes. I will test this either jointly with the changes at 2/3.
So, I've pushed to the tmp.perf/core branch, after testing what is there I'll move it to perf/core for 5.8, - Arnaldo