Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidKernelMSM
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidKernelMSM
Commits
95809941
Commit
95809941
authored
10 years ago
by
Jin Qian
Committed by
Ed Tam
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
proc: uid_cputime: fix show_uid_stat permission
Signed-off-by:
Jin Qian
<
jinqian@google.com
>
parent
479c7532
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/misc/uid_cputime.c
+1
-1
1 addition, 1 deletion
drivers/misc/uid_cputime.c
with
1 addition
and
1 deletion
drivers/misc/uid_cputime.c
+
1
−
1
View file @
95809941
...
...
@@ -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_I
W
UGO
,
parent
,
&
uid_stat_fops
,
proc_create_data
(
"show_uid_stat"
,
S_I
R
UGO
,
parent
,
&
uid_stat_fops
,
NULL
);
thread_register_notifier
(
&
process_notifier_block
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment