diff options
author | Jann Horn <jannh@google.com> | 2019-04-10 09:55:34 -0700 |
---|---|---|
committer | Micah Morton <mortonm@chromium.org> | 2019-07-15 08:05:48 -0700 |
commit | 1cd02a27a9473fed0294561137cfb7dcc9b3aaa0 (patch) | |
tree | 50f7aad2ffd88d37bcf508ccc772d70444fe2fff /kernel/user_namespace.c | |
parent | 7ef6b3062fb9f0b9dbaaec182495189459100807 (diff) | |
download | linux-1cd02a27a9473fed0294561137cfb7dcc9b3aaa0.tar.bz2 |
LSM: SafeSetID: refactor policy hash table
parent_kuid and child_kuid are kuids, there is no reason to make them
uint64_t. (And anyway, in the kernel, the normal name for that would be
u64, not uint64_t.)
check_setuid_policy_hashtable_key() and
check_setuid_policy_hashtable_key_value() are basically the same thing,
merge them.
Also fix the comment that claimed that (1<<8)==128.
Signed-off-by: Jann Horn <jannh@google.com>
Signed-off-by: Micah Morton <mortonm@chromium.org>
Diffstat (limited to 'kernel/user_namespace.c')
0 files changed, 0 insertions, 0 deletions