lkml.org 
[lkml]   [2019]   [Feb]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 3.16 011/305] timer/debug: Change /proc/timer_list from 0444 to 0400
    3.16.63-rc1 review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Ingo Molnar <mingo@kernel.org>

    commit 8e7df2b5b7f245c9bd11064712db5cb69044a362 upstream.

    While it uses %pK, there's still few reasons to read this file
    as non-root.

    Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
    Acked-by: Thomas Gleixner <tglx@linutronix.de>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: linux-kernel@vger.kernel.org
    Signed-off-by: Ingo Molnar <mingo@kernel.org>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    kernel/time/timer_list.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/kernel/time/timer_list.c
    +++ b/kernel/time/timer_list.c
    @@ -362,7 +362,7 @@ static int __init init_timer_list_procfs
    {
    struct proc_dir_entry *pe;

    - pe = proc_create("timer_list", 0444, NULL, &timer_list_fops);
    + pe = proc_create("timer_list", 0400, NULL, &timer_list_fops);
    if (!pe)
    return -ENOMEM;
    return 0;
    \
     
     \ /
      Last update: 2019-02-03 14:50    [W:4.032 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site