commit | 2d0605085f43af718f554b9448dd023cc4e6334d | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Google) <rostedt@goodmis.org> | Tue Feb 01 17:50:56 2022 -0500 |
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | Tue Feb 01 17:50:56 2022 -0500 |
tree | c387533fa92e5de8ecebf06491ab80bf09e66853 | |
parent | 88fd2a659f8d9e19280f8e9d8333e8a797f6f7bd [diff] |
ktrace: Failure to read tracefs gives EACCES not EPERM The error to tell the user they do not have access to read the tracefs file system used EPERM and not EACCES, to know to print that, and because of that, it did not print the proper message. Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>