Skip to content
Snippets Groups Projects
Commit 95809941 authored by Jin Qian's avatar Jin Qian Committed by Ed Tam
Browse files

proc: uid_cputime: fix show_uid_stat permission


Signed-off-by: default avatarJin Qian <jinqian@google.com>
parent 479c7532
Branches
Tags
No related merge requests found
......@@ -242,7 +242,7 @@ static int __init proc_uid_cputime_init(void)
proc_create_data("remove_uid_range", S_IWUGO, parent, &uid_remove_fops,
NULL);
proc_create_data("show_uid_stat", S_IWUGO, parent, &uid_stat_fops,
proc_create_data("show_uid_stat", S_IRUGO, parent, &uid_stat_fops,
NULL);
thread_register_notifier(&process_notifier_block);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment