Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132638
b: refs/heads/master
c: 2ea190d
h: refs/heads/master
v: v3
  • Loading branch information
Serge E. Hallyn authored and James Morris committed Feb 27, 2009
1 parent 01fdc78 commit 0c2124a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ff3bc3138a400294ee9e126ac75fc9a9fae4e0b
refs/heads/master: 2ea190d0a006ce5218baa6e798512652446a605a
3 changes: 3 additions & 0 deletions trunk/security/keys/keyring.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,9 @@ struct key *find_keyring_by_name(const char *name, bool skip_perm_check)
&keyring_name_hash[bucket],
type_data.link
) {
if (keyring->user->user_ns != current_user_ns())
continue;

if (test_bit(KEY_FLAG_REVOKED, &keyring->flags))
continue;

Expand Down

0 comments on commit 0c2124a

Please sign in to comment.