We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d3214 commit fa17cb4Copy full SHA for fa17cb4
kernel/trace/trace.c
@@ -5501,6 +5501,10 @@ static const struct file_operations tracing_iter_fops = {
5501
5502
static const char readme_msg[] =
5503
"tracing mini-HOWTO:\n\n"
5504
+ "By default tracefs removes all OTH file permission bits.\n"
5505
+ "When mounting tracefs an optional group id can be specified\n"
5506
+ "which adds the group to every directory and file in tracefs:\n\n"
5507
+ "\t e.g. mount -t tracefs [-o [gid=<gid>]] nodev /sys/kernel/tracing\n\n"
5508
"# echo 0 > tracing_on : quick way to disable tracing\n"
5509
"# echo 1 > tracing_on : quick way to re-enable tracing\n\n"
5510
" Important files:\n"
0 commit comments