Re: [PATCH v2] debugfs: Add access restriction option

2020-06-11 Thread Randy Dunlap
Hi, Please fix typos: On 6/11/20 8:21 AM, Peter Enderborg wrote: > diff --git a/Documentation/admin-guide/kernel-parameters.txt > b/Documentation/admin-guide/kernel-parameters.txt > index 4379c6ac3265..b1c1446aa90d 100644 > --- a/Documentation/admin-guide/kernel-parameters.txt > +++ b/Documentati

[PATCH v2] debugfs: Add access restriction option

2020-06-11 Thread Peter Enderborg
Since debugfs include sensitive information it need to be treated carefully. But it also has many very useful debug functions for userspace. With this option we can have same configuration for system with need of debugfs and a way to turn it off. This gives a extra protection for exposure on system