Commit 6ee650467d5bf972d10441e99688e9b48171f99c

Authored by Steve Grubb
Committed by Al Viro
1 parent f26a398891

[PATCH] open sessionid permissions

The current permissions on sessionid are a little too restrictive.

Signed-off-by: Steve Grubb <sgrubb@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -2441,7 +2441,7 @@
2441 2441 REG("oom_adj", S_IRUGO|S_IWUSR, oom_adjust),
2442 2442 #ifdef CONFIG_AUDITSYSCALL
2443 2443 REG("loginuid", S_IWUSR|S_IRUGO, loginuid),
2444   - REG("sessionid", S_IRUSR, sessionid),
  2444 + REG("sessionid", S_IRUGO, sessionid),
2445 2445 #endif
2446 2446 #ifdef CONFIG_FAULT_INJECTION
2447 2447 REG("make-it-fail", S_IRUGO|S_IWUSR, fault_inject),