Skip to content

Commit

Permalink
[PATCH] open sessionid permissions
Browse files Browse the repository at this point in the history
The current permissions on sessionid are a little too restrictive.

Signed-off-by: Steve Grubb <[email protected]>
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
RH-steve-grubb authored and Al Viro committed May 17, 2008
1 parent f26a398 commit 6ee6504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/proc/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2441,7 +2441,7 @@ static const struct pid_entry tgid_base_stuff[] = {
REG("oom_adj", S_IRUGO|S_IWUSR, oom_adjust),
#ifdef CONFIG_AUDITSYSCALL
REG("loginuid", S_IWUSR|S_IRUGO, loginuid),
REG("sessionid", S_IRUSR, sessionid),
REG("sessionid", S_IRUGO, sessionid),
#endif
#ifdef CONFIG_FAULT_INJECTION
REG("make-it-fail", S_IRUGO|S_IWUSR, fault_inject),
Expand Down

0 comments on commit 6ee6504

Please sign in to comment.